diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | include/network.h | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -92,6 +92,7 @@ o merge mod_alarm() into add_alarm(), remove alarm_set_expiration() o remove init_alarm() before add_alarm() o fix error checking of local_create_server() o added struct local_server, several cleanups in local socket infrastructure +o remove unused prototypes in network.h version 0.9.5 (2007/07/29) ------------------------------ diff --git a/include/network.h b/include/network.h index 6dfd79d..e3e9ce1 100644 --- a/include/network.h +++ b/include/network.h @@ -55,7 +55,6 @@ struct mcast_sock; void build_netmsg(struct nf_conntrack *ct, int query, struct nethdr *net); int prepare_send_netmsg(struct mcast_sock *m, void *data); int mcast_send_netmsg(struct mcast_sock *m, void *data); -int mcast_recv_netmsg(struct mcast_sock *m, void *data, int len); int handle_netmsg(struct nethdr *net); int mcast_track_seq(uint32_t seq, uint32_t *exp_seq); |