From 062cd20993f6c6c0525c17cfe94b8721db79964d Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 17 Jun 2019 15:47:56 +0200 Subject: 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 --- include/osmocom/bsc/vty.h | 3 --- 1 file changed, 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, -- cgit v1.2.3