X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fgetopt.h;h=5fe66cead34d435eb0d67a2d1044052f51d2e631;hb=315d65b74168b23e820b9dde6166ec19bd048228;hp=c9daf24d4820a2f080875fa1045c027086e8b4e5;hpb=17686fd8dce6e13884d698e55b9ee0aa60845375;p=libucw.git diff --git a/ucw/getopt.h b/ucw/getopt.h index c9daf24d..5fe66cea 100644 --- a/ucw/getopt.h +++ b/ucw/getopt.h @@ -63,7 +63,7 @@ int cf_set(const char *string); * described in <>. **/ #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) + T(APPEND) T(PREPEND) T(REMOVE) T(EDIT) T(AFTER) T(BEFORE) T(COPY) T(RESET) /* Closing brace finishes previous block. * Basic attributes (static, dynamic, parsed) can be used with SET. * Dynamic arrays can be used with SET, APPEND, PREPEND.