summaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/common_vty.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-16 16:54:06 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-16 16:59:50 +0800
commit4f5883bc6ef83e692625de05e1d7297a0772d4c7 (patch)
treecba8e910838443bbcb16a64d572936ea9d6fecb9 /openbsc/src/libgb/common_vty.h
parent4fcdd76073edd55fb84e4579777eca006836662c (diff)
libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h
Rather than using openbsc internal data/functions, we now use only internal and libosmocore-provided ones.
Diffstat (limited to 'openbsc/src/libgb/common_vty.h')
-rw-r--r--openbsc/src/libgb/common_vty.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/libgb/common_vty.h b/openbsc/src/libgb/common_vty.h
new file mode 100644
index 00000000..a2782663
--- /dev/null
+++ b/openbsc/src/libgb/common_vty.h
@@ -0,0 +1,5 @@
+#include <osmocom/vty/command.h>
+
+extern struct cmd_element libgb_exit_cmd;
+extern struct cmd_element libgb_end_cmd;
+