mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
extensions: syntactically compact struct definitions
This commit is contained in:
@@ -10,6 +10,5 @@ enum {
|
||||
};
|
||||
|
||||
struct xt_PROTO_info {
|
||||
__u8 mode;
|
||||
__u8 proto;
|
||||
__u8 mode, proto;
|
||||
};
|
||||
|
Reference in New Issue
Block a user