X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_db_query.c;h=36181ee1423a9832692dd4c190984ee4b013d859;hb=9e964f8d3e04bb95eeab32acf864b1d5698a93d7;hp=9c84937f38845c34e2f7067fab6317f7d052c3fe;hpb=791e99923dbbf045b11fbd7b0ea8df647e29593e;p=collectd.git diff --git a/src/utils_db_query.c b/src/utils_db_query.c index 9c84937f..36181ee1 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;