aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-08-11 16:48:51 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-27 03:52:46 +0200
commit8392602302cd86abd081f23324e1d788e62c7a88 (patch)
treee831c3bbe62848bee735c2e3cde8230b18af490b /include
parent0796a6c0fcd31f2d52a50a1ffd699897d658b088 (diff)
mgcp_osmux: Remove unused parameter
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/osmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/openbsc/osmux.h b/include/openbsc/osmux.h
index 0b64a7f1e..f3ea72a85 100644
--- a/include/openbsc/osmux.h
+++ b/include/openbsc/osmux.h
@@ -11,8 +11,7 @@ enum {
};
int osmux_init(int role, struct mgcp_config *cfg);
-int osmux_enable_endpoint(struct mgcp_endpoint *endp, int role,
- struct in_addr *addr, uint16_t port);
+int osmux_enable_endpoint(struct mgcp_endpoint *endp, struct in_addr *addr, uint16_t port);
void osmux_disable_endpoint(struct mgcp_endpoint *endp);
void osmux_allocate_cid(struct mgcp_endpoint *endp);
void osmux_release_cid(struct mgcp_endpoint *endp);