From b9873442c2db7782ec09ab69c80de1598bf13fdb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 23 May 2010 21:02:51 +0800 Subject: vty: The method got renamed, fix various compiler warnings. --- openbsc/include/openbsc/vty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/vty.h') diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h index 1b6758940..2adbded0d 100644 --- a/openbsc/include/openbsc/vty.h +++ b/openbsc/include/openbsc/vty.h @@ -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); -- cgit v1.2.3