diff -r 3cf58eae0df6 -r 5e59489313a0 include/libtu/parser.h --- a/include/libtu/parser.h Tue Jan 22 01:22:58 2002 +0100 +++ b/include/libtu/parser.h Tue Jan 22 01:20:58 2002 +0100 @@ -28,6 +28,8 @@ * "#cancel" call this handler when recovering from error */ +#define END_CONFOPTS {NULL, NULL, NULL, NULL} + typedef struct _ConfOpt{ const char *optname; const char *argfmt;