aboutsummaryrefslogtreecommitdiffstats
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
commitfdd8b3b40dd4499a15558afc10f8d7cfd0041157 (patch)
tree1e5538ed8b9b35b590618f303dec41f79e48082a /openbsc/src/libgb/common_vty.h
parenta6a20b4ff6e2f921b913295556a1cafed4ce71e8 (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 000000000..a2782663d
--- /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;
+