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