aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-28 12:58:53 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-28 12:58:53 +0200
commita0f1196eda79de0e838b29eb91d9f31839f2f447 (patch)
treea0ecad029e30d39d6d2d90d5ab451520681344c6 /include
parent9ab47eb52da73d25c4f94869385a4f836032362a (diff)
Rename bsc_msg_acc_lst_vty_init to have more uniform prefix
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bsc_msg_filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/bsc_msg_filter.h b/include/osmocom/bsc/bsc_msg_filter.h
index 27409056d..fe8748526 100644
--- a/include/osmocom/bsc/bsc_msg_filter.h
+++ b/include/osmocom/bsc/bsc_msg_filter.h
@@ -99,5 +99,5 @@ void bsc_msg_acc_lst_delete(struct bsc_msg_acc_lst *lst);
struct bsc_msg_acc_lst_entry *bsc_msg_acc_lst_entry_create(struct bsc_msg_acc_lst *);
int bsc_msg_acc_lst_check_allow(struct bsc_msg_acc_lst *lst, const char *imsi);
-void bsc_msg_lst_vty_init(void *ctx, struct llist_head *lst, int node);
+void bsc_msg_acc_lst_vty_init(void *ctx, struct llist_head *lst, int node);
void bsc_msg_acc_lst_write(struct vty *vty);