aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/control_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/control_if.h')
-rw-r--r--include/osmo-bts/control_if.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/osmo-bts/control_if.h b/include/osmo-bts/control_if.h
index 490c87af..f6d877bc 100644
--- a/include/osmo-bts/control_if.h
+++ b/include/osmo-bts/control_if.h
@@ -1,5 +1,4 @@
#pragma once
int bts_ctrl_cmds_install(struct gsm_bts *bts);
-struct ctrl_handle *bts_controlif_setup(struct gsm_bts *bts,
- const char *bind_addr, uint16_t port);
+struct ctrl_handle *bts_controlif_setup(struct gsm_bts *bts, uint16_t port);