diff options
author | Rich Fought <Rich.Fought@watchguard.com> | 2012-10-08 22:26:55 (GMT) |
---|---|---|
committer | Rich Fought <Rich.Fought@watchguard.com> | 2012-10-08 22:26:55 (GMT) |
commit | c675bf048669e6387213018298787f4f9415401f (patch) | |
tree | 5753d946a0461106412b600e540b9ce424c49eee /include | |
parent | e8b3356dd2d61f27b2506528e291fc051e8340bc (diff) | |
download | libnl-c675bf048669e6387213018298787f4f9415401f.zip libnl-c675bf048669e6387213018298787f4f9415401f.tar.gz libnl-c675bf048669e6387213018298787f4f9415401f.tar.bz2 |
Checkpoint before compilation attempt
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 1 | ||||
-rw-r--r-- | include/netlink/netfilter/exp.h | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 2ba0ece..80c615c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -16,6 +16,7 @@ nobase_libnlinclude_HEADERS = \ netlink/netfilter/nfnl.h \ netlink/netfilter/queue.h \ netlink/netfilter/queue_msg.h \ + netlink/netfilter/exp.h \ netlink/addr.h \ netlink/attr.h \ netlink/cache-api.h \ diff --git a/include/netlink/netfilter/exp.h b/include/netlink/netfilter/exp.h index 7ace0e5..ba18b24 100644 --- a/include/netlink/netfilter/exp.h +++ b/include/netlink/netfilter/exp.h @@ -60,10 +60,6 @@ extern int nfnl_exp_query(struct nl_sock *, const struct nfnl_exp *, int); extern void nfnl_exp_set_family(struct nfnl_exp *, uint8_t); extern uint8_t nfnl_exp_get_family(const struct nfnl_exp *); -extern void nfnl_exp_set_proto(struct nfnl_exp *, uint8_t); -extern int nfnl_exp_test_proto(const struct nfnl_exp *); -extern uint8_t nfnl_exp_get_proto(const struct nfnl_exp *); - extern void nfnl_exp_set_timeout(struct nfnl_exp *, uint32_t); extern int nfnl_exp_test_timeout(const struct nfnl_exp *); extern uint32_t nfnl_exp_get_timeout(const struct nfnl_exp *); |