Tue, 22 Jan 2002 01:22:58 +0100
trunk: changeset 40 END_OPTPARSEROPTS missing too.
--- a/include/libtu/optparser.h Sat Jan 19 19:31:04 2002 +0100 +++ b/include/libtu/optparser.h Tue Jan 22 01:22:58 2002 +0100 @@ -42,6 +42,8 @@ }; +#define END_OPTPARSER_OPTS {0, NULL, 0, NULL, NULL} + typedef struct _OptParserOpt{ int optid; const char *longopt;