X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fconf-internal.h;h=b4ff767f438d5301b3a0ad4a7a9ddb7e394b89a3;hb=0db6e10eac28f38bfc3b325b13ad95107c58ce1e;hp=0acbd54812c46b76da3ce26ada7a5cbcd7260884;hpb=0b7df598070533b746e6162e53f90af764bd8f83;p=libucw.git diff --git a/ucw/conf-internal.h b/ucw/conf-internal.h index 0acbd548..b4ff767f 100644 --- a/ucw/conf-internal.h +++ b/ucw/conf-internal.h @@ -22,6 +22,7 @@ #define cf_interpret_line ucw_cf_interpret_line #define cf_journal_delete ucw_cf_journal_delete #define cf_journal_swap ucw_cf_journal_swap +#define cf_load_default ucw_cf_load_default #define cf_obtain_context ucw_cf_obtain_context #define cf_op_names ucw_cf_op_names #define cf_sections ucw_cf_sections @@ -118,4 +119,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