From 4d54d0b883dcf85cd92290dd4cea51754c70b621 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 19 Feb 2011 16:48:17 +0100 Subject: Fix various compiler warnings all over the code --- openbsc/include/openbsc/vty.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include/openbsc/vty.h') 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 -- cgit v1.2.3