summaryrefslogtreecommitdiffstats
path: root/include/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/network.h')
-rw-r--r--include/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.h b/include/network.h
index 92a8490..e4ebec4 100644
--- a/include/network.h
+++ b/include/network.h
@@ -61,7 +61,7 @@ int mcast_track_seq(uint32_t seq, uint32_t *exp_seq);
struct mcast_conf;
-int mcast_buffered_init(struct mcast_conf *conf);
+int mcast_buffered_init(struct mcast_conf *mconf);
void mcast_buffered_destroy(void);
int mcast_buffered_send_netmsg(struct mcast_sock *m, void *data, size_t len);
ssize_t mcast_buffered_pending_netmsg(struct mcast_sock *m);