aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 06:26:25 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 06:26:25 +0800
commita64c67dd611ace0692617add450f47b924695dce (patch)
treee5d4260547a73a3538ad571aaf96784cc75970c1
parentcbfd09843ac0fc1dc1c3bc2440c8d8fdfc39769b (diff)
vty: Remove the logging command that is in libosmocore
-rw-r--r--openbsc/include/openbsc/vty.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 570f1fd53..2b9fccc3f 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -8,7 +8,6 @@
struct gsm_network;
struct vty;
-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);