helpers: make the proto field as a list rather than one option
[oweals/firewall3.git] / options.h
index 15cd504faef277c120a040f050912653868c7de1..08fecf61e33df60740b3f783bc1c5d917e19684e 100644 (file)
--- a/options.h
+++ b/options.h
@@ -526,7 +526,7 @@ struct fw3_cthelper
        const char *module;
        const char *description;
        enum fw3_family family;
-       struct fw3_protocol proto;
+       struct list_head proto;
        struct fw3_port port;
 };