X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fgetopt.h;h=fee099a259ef05f94b39838282b125a52c0aef83;hb=e7fcd506163c155afa5313fb28ee7e931018117f;hp=a6f277863e3cbde0c0f569cbf99b3c479ff726c6;hpb=2bd378bf061bd9949b0123500df42b5b8a97ad8d;p=libucw.git diff --git a/lib/getopt.h b/lib/getopt.h index a6f27786..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.