aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/vty/vty.h')
-rw-r--r--openbsc/include/vty/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/vty/vty.h b/openbsc/include/vty/vty.h
index 0441fc5f7..23430d5e7 100644
--- a/openbsc/include/vty/vty.h
+++ b/openbsc/include/vty/vty.h
@@ -128,7 +128,7 @@ static inline char *vty_newline(struct vty *vty)
}
/* Prototypes. */
-void vty_init (void);
+void vty_init(const char *name, const char *version, const char *copyright);
int vty_read_config_file(const char *file_name);
void vty_init_vtysh (void);
void vty_reset (void);