include/libtu/parser.h

changeset 34
828f3afd5c76
parent 20
3f11f764772a
child 35
5a71d53d0228
--- a/include/libtu/parser.h	Wed Jan 10 19:15:19 2001 +0100
+++ b/include/libtu/parser.h	Sun Apr 01 01:43:46 2001 +0200
@@ -35,6 +35,7 @@
 	struct _ConfOpt *opts;
 } ConfOpt;
 
+#define END_CONFOPTS {NULL, NULL, NULL, NULL}
 
 extern bool parse_config_tokz(Tokenizer *tokz, const ConfOpt *options);
 extern bool parse_config(const char *fname, const ConfOpt *options, int flags);

mercurial