From 32b8e61e4e5bd405d9ad07bf9468498dfbb19f9e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 23 Jul 2010 21:16:14 +0200 Subject: all: consistent syntax use in struct option Try to inhibit copypasting old stuff. Signed-off-by: Jan Engelhardt --- include/xtables.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xtables.h.in') diff --git a/include/xtables.h.in b/include/xtables.h.in index 2d7df322..9e47c2d2 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -199,6 +199,8 @@ struct xtables_globals void (*exit_err)(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, format(printf,2,3))); }; +#define XT_GETOPT_TABLEEND {NULL} + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3