X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fgetopt.h;h=fee099a259ef05f94b39838282b125a52c0aef83;hb=bacc56c3d8135f68e935decfcdcad6ac78bb8509;hp=042a1b05eaec65407fa563a3a14b6420c33bf152;hpb=c5a0ac3d7d43bcffac66a43f364d53892e583f83;p=libucw.git diff --git a/lib/getopt.h b/lib/getopt.h index 042a1b05..fee099a2 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -22,7 +22,7 @@ int cf_set(byte *string); /* Direct access to configuration items: conf-intr.c */ -#define CF_OPERATIONS T(CLOSE) T(SET) T(CLEAR) T(UNSET) T(ALL) \ +#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.