X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_db_query.c;h=c7be9f0d49445b8efe6e390885e535678d7e3424;hb=65caa4f56cbb859bf1538e8b309eb23b3294c9de;hp=d2b811721d0d6ef2d40453854f87fde4b3c8bf4b;hpb=d6f0273b2ebae6995d69c7701838825b96e4f424;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;