X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_db_query.c;h=c7be9f0d49445b8efe6e390885e535678d7e3424;hb=b758f3b7146f1497d93e1df64cbc0c14ae164768;hp=d2b811721d0d6ef2d40453854f87fde4b3c8bf4b;hpb=ac077f078300f47d5a6b75aaeeb0999799309283;p=collectd.git diff --git a/src/utils_db_query.c b/src/utils_db_query.c index d2b81172..c7be9f0d 100644 --- a/src/utils_db_query.c +++ b/src/utils_db_query.c @@ -638,7 +638,7 @@ static int udb_result_create (const char *query_name, /* {{{ */ /* * Query private functions */ -void udb_query_free_one (udb_query_t *q) /* {{{ */ +static void udb_query_free_one (udb_query_t *q) /* {{{ */ { if (q == NULL) return;