mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
extensions: syntactically compact struct definitions
This commit is contained in:
@@ -38,6 +38,5 @@ enum {
|
||||
};
|
||||
|
||||
struct ipt_p2p_info {
|
||||
int cmd;
|
||||
int debug;
|
||||
int cmd, debug;
|
||||
};
|
||||
|
Reference in New Issue
Block a user