aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vty.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/vty.h
parent5ec26fe98319a65760618f946b4f8c72ba72ff6f (diff)
Fix various compiler warnings all over the code
Diffstat (limited to 'openbsc/include/openbsc/vty.h')
-rw-r--r--openbsc/include/openbsc/vty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 8c38313a5..6ed5f058a 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -39,4 +39,7 @@ enum bsc_vty_node {
extern int bsc_vty_is_config_node(struct vty *vty, int node);
extern void bsc_replace_string(void *ctx, char **dst, const char *newstr);
+int bsc_vty_init(void);
+int bsc_vty_init_extra(void);
+
#endif