00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef NETLINK_NETFILTER_H_
00013 #define NETLINK_NETFILTER_H_
00014
00015 #include <netlink/netlink.h>
00016
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020
00021 extern char * nfnl_verdict2str(unsigned int, char *, size_t);
00022 extern unsigned int nfnl_str2verdict(const char *);
00023
00024 extern char * nfnl_inet_hook2str(unsigned int, char *, size_t);
00025 extern unsigned int nfnl_str2inet_hook(const char *);
00026
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030
00031 #endif