aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-08-11 16:48:51 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-13 22:48:39 +0000
commit406577be0a5a0f845d673d18a21d717c702bbcdf (patch)
tree8752d79e24286f09ef52131c0c001597ad7ec32c /openbsc/include
parent84fe989151e00089c674658532ecfa5a7cacc173 (diff)
mgcp_osmux: Remove unused parameter
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/osmux.h b/openbsc/include/openbsc/osmux.h
index 0b64a7f1e..f3ea72a85 100644
--- a/openbsc/include/openbsc/osmux.h
+++ b/openbsc/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);