aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libfilter/bsc_msg_vty.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-28 16:46:03 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-28 17:07:58 +0200
commit4f889c8e6c8577759439dd725aa8413d13cf0d07 (patch)
treed8da97bde2523edeebff7ebb336516baa37661a6 /openbsc/src/libfilter/bsc_msg_vty.c
parent698f01b1395b29c58a38dfd87df7aa60c9ed565d (diff)
Rename bsc_msg_acc_lst_vty_init to have more uniform prefix
Back-port from osmo-bsc.git a0f1196eda79de0e838b29eb91d9f31839f2f447. Change-Id: I519fb945a99206dff6c4aeb476d527e632b7e751
Diffstat (limited to 'openbsc/src/libfilter/bsc_msg_vty.c')
-rw-r--r--openbsc/src/libfilter/bsc_msg_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libfilter/bsc_msg_vty.c b/openbsc/src/libfilter/bsc_msg_vty.c
index c342fdca0..06f38764c 100644
--- a/openbsc/src/libfilter/bsc_msg_vty.c
+++ b/openbsc/src/libfilter/bsc_msg_vty.c
@@ -127,7 +127,7 @@ void bsc_msg_acc_lst_write(struct vty *vty, struct bsc_msg_acc_lst *lst)
}
}
-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)
{
_ctx = ctx;
_acc_lst = lst;