]> 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 95ef6e6ff2892918610e73cdd7a28c9ee0580f73..72ee7ca8b4a9e2e439c303ba33272eff345c4ecd 100644 (file)
@@ -49,7 +49,7 @@ struct cf_context {
   uns other_options;                   // used internally by cf_getopt()
   clist conf_entries;                  // files/strings to reload
   struct cf_journal_item *journal;     // journalling
-  int need_journal;
+  int enable_journal;
   struct old_pools *pools;
   struct item_stack stack[MAX_STACK_SIZE];     // interpreter stack
   uns stack_level;
@@ -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