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