aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bsc_msg_filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/bsc_msg_filter.h')
-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);