# HG changeset patch # User tuomov # Date 1011658978 -3600 # Node ID 3cf58eae0df6b35fd8a433614092e1fbb54c1580 # Parent 63cd573ffbcf06db3a0717ab90d96def49c19b02 trunk: changeset 40 END_OPTPARSEROPTS missing too. diff -r 63cd573ffbcf -r 3cf58eae0df6 include/libtu/optparser.h --- 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;