trunk: changeset 40

Tue, 22 Jan 2002 01:22:58 +0100

author
tuomov
date
Tue, 22 Jan 2002 01:22:58 +0100
changeset 37
3cf58eae0df6
parent 36
63cd573ffbcf
child 38
5e59489313a0

trunk: changeset 40
END_OPTPARSEROPTS missing too.

include/libtu/optparser.h file | annotate | diff | comparison | revisions
--- 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;

mercurial