aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/control_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/control_if.h')
-rw-r--r--openbsc/include/openbsc/control_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/control_if.h b/openbsc/include/openbsc/control_if.h
index 96fbf6bff..50ab9628f 100644
--- a/openbsc/include/openbsc/control_if.h
+++ b/openbsc/include/openbsc/control_if.h
@@ -5,7 +5,7 @@
#include <openbsc/control_cmd.h>
#include <openbsc/gsm_data.h>
-int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd);
+int ctrl_cmd_send(struct ipa_server_conn *ipa_server_conn, struct ctrl_cmd *cmd);
int ctrl_cmd_handle(struct ctrl_cmd *cmd, void *data);
int controlif_setup(struct gsm_network *gsmnet, uint16_t port);