summaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/control_cmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/control_cmd.h b/openbsc/include/openbsc/control_cmd.h
index c94c7b57..82252cb6 100644
--- a/openbsc/include/openbsc/control_cmd.h
+++ b/openbsc/include/openbsc/control_cmd.h
@@ -148,4 +148,7 @@ struct ctrl_cmd_element cmd_##cmdname = { \
.verify = &verify_##cmdname, \
}
+struct gsm_network;
+int controlif_setup(struct gsm_network *gsmnet, uint16_t port);
+
#endif /* _CONTROL_CMD_H */