aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vty.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 21:02:51 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 21:02:51 +0800
commitb9873442c2db7782ec09ab69c80de1598bf13fdb (patch)
treedb60d191aa43ad5b6cc72c38b7aa1e9788de1290 /openbsc/include/openbsc/vty.h
parentd92f9aff809bff7507a20ee3473f328887456ebb (diff)
vty: The method got renamed, fix various compiler warnings.
Diffstat (limited to 'openbsc/include/openbsc/vty.h')
-rw-r--r--openbsc/include/openbsc/vty.h2
1 files changed, 1 insertions, 1 deletions
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);