X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgetopt.h;h=fee099a259ef05f94b39838282b125a52c0aef83;hb=7b52ebbcc1ef1faaeb666bf42d72604b6e84f84a;hp=7aaa99fabdb320ad60391a7cd10f52fabe775b09;hpb=5d4c3f3f01730c49b82f9212749ce28f6f808658;p=libucw.git diff --git a/lib/getopt.h b/lib/getopt.h index 7aaa99fa..fee099a2 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -22,8 +22,8 @@ int cf_set(byte *string); /* Direct access to configuration items: conf-intr.c */ -#define CF_OPERATIONS T(CLOSE) T(SET) T(CLEAR) T(APPEND) T(PREPEND) \ - T(REMOVE) T(EDIT) T(AFTER) T(BEFORE) T(COPY) +#define CF_OPERATIONS T(CLOSE) T(SET) T(CLEAR) T(ALL) \ + T(APPEND) T(PREPEND) T(REMOVE) T(EDIT) T(AFTER) T(BEFORE) T(COPY) /* Closing brace finishes previous block. * Basic attributes (static, dynamic, parsed) can be used with SET. * Dynamic arrays can be used with SET, APPEND, PREPEND. @@ -34,12 +34,12 @@ enum cf_operation { CF_OPERATIONS }; #undef T struct cf_item; -struct fastbuf; byte *cf_find_item(byte *name, struct cf_item *item); byte *cf_write_item(struct cf_item *item, enum cf_operation op, int number, byte **pars); /* Debug dumping: conf-dump.c */ +struct fastbuf; void cf_dump_sections(struct fastbuf *fb); /* Journaling control: conf-journal.c */