aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/netif/channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/netif/channel.h b/include/osmocom/netif/channel.h
index 6afbed8..f044605 100644
--- a/include/osmocom/netif/channel.h
+++ b/include/osmocom/netif/channel.h
@@ -34,9 +34,9 @@ struct osmo_chan {
char data[0];
};
-void osmo_chan_init(void);
+void osmo_chan_init(void *ctx);
-struct osmo_chan *osmo_chan_create(void *ctx, int type);
+struct osmo_chan *osmo_chan_create(int type);
void osmo_chan_destroy(struct osmo_chan *c);
int osmo_chan_open(struct osmo_chan *c);