]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf-internal.h
Opt: Earl Grey was not an American :)
[libucw.git] / ucw / conf-internal.h
index 67a96cf5baece5563bf866c68a57d265fcd33467..72ee7ca8b4a9e2e439c303ba33272eff345c4ecd 100644 (file)
@@ -103,4 +103,7 @@ struct cf_item *cf_find_subitem(struct cf_section *sec, const char *name);
 int cf_commit_all(enum cf_commit_mode cm);
 void cf_add_dirty(struct cf_section *sec, void *ptr);
 
+/* conf-getopt.c */
+void cf_load_default(struct cf_context *cc);
+
 #endif