mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02:00
7 lines
130 B
C
7 lines
130 B
C
#ifndef XTA_COMPAT_RAWPOST_H
|
|
#define XTA_COMPAT_RAWPOST_H 1
|
|
|
|
typedef struct sk_buff sk_buff_t;
|
|
|
|
#endif /* XTA_COMPAT_RAWPOST_H */
|