From 4f5883bc6ef83e692625de05e1d7297a0772d4c7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 16 Jun 2012 16:54:06 +0800 Subject: 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. --- openbsc/src/libgb/common_vty.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openbsc/src/libgb/common_vty.h (limited to 'openbsc/src/libgb/common_vty.h') 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 + +extern struct cmd_element libgb_exit_cmd; +extern struct cmd_element libgb_end_cmd; + -- cgit v1.2.3