From a34a419b6ef27a007c8c04e7f6baa22a9ff0ceae Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 11 Aug 2017 16:48:51 +0200 Subject: mgcp_osmux: Remove unused parameter Change-Id: Icb1e7cb15fe04642578f5292124ebc1eac9c9aa3 --- include/openbsc/osmux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/openbsc') 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); -- cgit v1.2.3