Code

liboconfig: make function static
[collectd.git] / src / liboconfig / oconfig.h
index 840137cc25a7f4a59f5bceee43856d257e7c7795..24045de0d4de9330051a270898fe2d4e1fc6bc55 100644 (file)
@@ -64,7 +64,6 @@ struct oconfig_item_s
 /*
  * Functions
  */
-oconfig_item_t *oconfig_parse_fh (FILE *fh);
 oconfig_item_t *oconfig_parse_file (const char *file);
 
 oconfig_item_t *oconfig_clone (const oconfig_item_t *ci);