X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_db_query.c;h=c7be9f0d49445b8efe6e390885e535678d7e3424;hb=6894d846ac42cbe88073db074d75279f5a6e31b8;hp=d2b811721d0d6ef2d40453854f87fde4b3c8bf4b;hpb=71478cd6550a4e930a1e9b8a906a66579e4e387a;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;