aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-23 06:14:44 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-23 06:14:44 +0000
commit703af9887d252a65cdc8d97e98ca23f7b521d21c (patch)
treefacbec6343b4925ecf11670be7c77a676235f84f /include
parent75d34a8b3dd884bcb6fb0ec32954e1b15e92c203 (diff)
fix some more compiler warnings
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/telnet_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/telnet_interface.h b/include/openbsc/telnet_interface.h
index b5a0ec400..97357d794 100644
--- a/include/openbsc/telnet_interface.h
+++ b/include/openbsc/telnet_interface.h
@@ -47,4 +47,6 @@ struct telnet_connection {
void telnet_init(struct gsm_network *network, int port);
+int bsc_vty_init(struct gsm_network *net);
+
#endif