X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fconf-internal.h;h=72ee7ca8b4a9e2e439c303ba33272eff345c4ecd;hb=06cac26f0d8895b5cb8fbe03ca96444dc4ac8d51;hp=95ef6e6ff2892918610e73cdd7a28c9ee0580f73;hpb=b3d3d2847cb34363c5e7a5a6bf8155b710d7afcd;p=libucw.git diff --git a/ucw/conf-internal.h b/ucw/conf-internal.h index 95ef6e6f..72ee7ca8 100644 --- a/ucw/conf-internal.h +++ b/ucw/conf-internal.h @@ -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