vty: The method got renamed, fix various compiler warnings.

This commit is contained in:
Holger Hans Peter Freyther 2010-05-23 21:02:51 +08:00
parent d92f9aff80
commit b9873442c2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
struct gsm_network;
struct vty;
void openbsc_vty_add_cmds(void);
void logging_vty_add_cmds(void);
void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *);
struct buffer *vty_argv_to_buffer(int argc, const char *argv[], int base);