aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/vty.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-13 17:06:16 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 12:15:13 +0100
commitec1bb16eef42cf2cf32af8faca05d234b2a0c891 (patch)
tree8241cab685941960d5a4652e2992e8d53a33f8f8 /include/osmocom/bsc/vty.h
parente161bca800d4fff03839e4bea1ad4ca005547774 (diff)
libcommon: eliminate common_vty.c
Move bsc_vty_go_parent() to osmo_bsc_main.c and bsc_nat.c, and drop those nodes that aren't used in the respective main scope. Change-Id: I22ebb76742e9c5ab9dd608ac089a5c558aceeb36
Diffstat (limited to 'include/osmocom/bsc/vty.h')
-rw-r--r--include/osmocom/bsc/vty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/vty.h b/include/osmocom/bsc/vty.h
index f7056016c..daf9750b1 100644
--- a/include/osmocom/bsc/vty.h
+++ b/include/osmocom/bsc/vty.h
@@ -41,8 +41,6 @@ enum bsc_vty_node {
HLR_NODE,
};
-extern int bsc_vty_is_config_node(struct vty *vty, int node);
-
struct log_info;
int bsc_vty_init(struct gsm_network *network);
int bsc_vty_init_extra(void);