aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-06-17 15:47:56 +0200
committerlaforge <laforge@gnumonks.org>2019-06-18 18:09:26 +0000
commit062cd20993f6c6c0525c17cfe94b8721db79964d (patch)
treea79a10b608a7daadb7b6a4a48d6ddc0932dcb668
parent6057632172c5c7bd60052bf90fdec68c98685d6b (diff)
Remove extern declarations of libosmovty symbols
The library has the declarations since 2011, so it's time to get them removed from here. Depends: libosmocore d61d517a2e35f482519561bd325652ee7144679a Change-Id: I5c8d02605a78c6792f616ad423b4491b83f42545
-rw-r--r--include/osmocom/bsc/vty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/bsc/vty.h b/include/osmocom/bsc/vty.h
index e63275546..7e3c5053c 100644
--- a/include/osmocom/bsc/vty.h
+++ b/include/osmocom/bsc/vty.h
@@ -12,9 +12,6 @@ void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *);
struct buffer *vty_argv_to_buffer(int argc, const char *argv[], int base);
-extern struct cmd_element cfg_description_cmd;
-extern struct cmd_element cfg_no_description_cmd;
-
enum bsc_vty_node {
GSMNET_NODE = _LAST_OSMOVTY_NODE + 1,
BTS_NODE,