From 4a0a17620017c1f45946b2cde7139ef18ea3d93c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Feb 2011 22:09:21 +0100 Subject: libxtables: XTTYPE_STRING support 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 3e596e0c..c3c8da9c 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -49,12 +49,14 @@ struct in_addr; * %XTTYPE_NONE: option takes no argument * %XTTYPE_UINT*: standard integer * %XTTYPE_UINT*RC: colon-separated range of standard integers + * %XTTYPE_STRING: arbitrary string */ enum xt_option_type { XTTYPE_NONE, XTTYPE_UINT8, XTTYPE_UINT32, XTTYPE_UINT32RC, + XTTYPE_STRING, }; /** -- cgit v1.2.3