projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f17d7
)
utils_db_query.c: make udb_query_free_one static
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:37:41 +0000
(23:37 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:38:02 +0000
(23:38 +0100)
src/utils_db_query.c
patch
|
blob
|
history
diff --git
a/src/utils_db_query.c
b/src/utils_db_query.c
index
e8d7b3a
..
6b3c056
100644
(file)
--- a/
src/utils_db_query.c
+++ b/
src/utils_db_query.c
@@
-543,7
+543,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;