Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / liboconfig / oconfig.c
index f422f5a..0217308 100644 (file)
@@ -196,7 +196,7 @@ oconfig_item_t *oconfig_clone (const oconfig_item_t *ci_orig)
   return (ci_copy);
 } /* oconfig_item_t *oconfig_clone */
 
-void oconfig_free_all (oconfig_item_t *ci)
+static void oconfig_free_all (oconfig_item_t *ci)
 {
   int i;