aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/ctrl.h')
-rw-r--r--openbsc/include/openbsc/ctrl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/ctrl.h b/openbsc/include/openbsc/ctrl.h
index 38fa054db..c5ac21092 100644
--- a/openbsc/include/openbsc/ctrl.h
+++ b/openbsc/include/openbsc/ctrl.h
@@ -1,3 +1,4 @@
#pragma once
-struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, uint16_t port);
+struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net,
+ const char *bind_addr, uint16_t port);