aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_vty_functions.h')
-rw-r--r--src/pcu_vty_functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pcu_vty_functions.h b/src/pcu_vty_functions.h
index 1f4ad916..170ad2e2 100644
--- a/src/pcu_vty_functions.h
+++ b/src/pcu_vty_functions.h
@@ -34,6 +34,8 @@ int pcu_vty_show_ms_by_tlli(struct vty *vty, struct gprs_rlcmac_bts *bts_data,
int pcu_vty_show_ms_by_imsi(struct vty *vty, struct gprs_rlcmac_bts *bts_data,
const char *imsi);
+void tbf_print_vty_info(struct vty *vty, struct llist_head *tbf);
+
#ifdef __cplusplus
}
#endif