tbf/vty: Move tbf_print_vty_info to pcu_vty_functions.cpp

This function is similar to the show_ms function already present in
the target file. Since the TBF lists will be turned into LListHead
based lists, they will get an iteration function in
pcu_vty_functions.cpp, too.

Sponsored-by: On-Waves ehf
diff --git a/src/pcu_vty_functions.h b/src/pcu_vty_functions.h
index 1f4ad91..170ad2e 100644
--- a/src/pcu_vty_functions.h
+++ b/src/pcu_vty_functions.h
@@ -34,6 +34,8 @@
 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