aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mncc.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-19 16:48:17 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-19 16:48:17 +0100
commit4d54d0b883dcf85cd92290dd4cea51754c70b621 (patch)
tree63fd81471acfedc8e74b162b73882b9de6c351e3 /openbsc/include/openbsc/mncc.h
parent5ec26fe98319a65760618f946b4f8c72ba72ff6f (diff)
Fix various compiler warnings all over the code
Diffstat (limited to 'openbsc/include/openbsc/mncc.h')
-rw-r--r--openbsc/include/openbsc/mncc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mncc.h b/openbsc/include/openbsc/mncc.h
index 075c5b5ce..e514c19ae 100644
--- a/openbsc/include/openbsc/mncc.h
+++ b/openbsc/include/openbsc/mncc.h
@@ -167,4 +167,6 @@ int int_mncc_recv(struct gsm_network *net, struct msgb *msg);
/* input from CC code into mncc_sock */
int mncc_sock_from_cc(struct gsm_network *net, struct msgb *msg);
+int mncc_sock_init(struct gsm_network *gsmnet);
+
#endif