From ab46cf38d49164e3a99912d534719e63478964ab Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 7 May 2011 13:11:20 +0200 Subject: src: rename msg_entr* to osmo_config_* Summary of changes: s/msg_entry_parse/osmo_config_list_parse/g s/msg_entry/osmo_config_entry/g s/msg_entries/osmo_config_list/g --- openbsc/include/openbsc/bsc_nat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/bsc_nat.h') diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h index 0894f2516..c3f32eb35 100644 --- a/openbsc/include/openbsc/bsc_nat.h +++ b/openbsc/include/openbsc/bsc_nat.h @@ -267,7 +267,7 @@ struct bsc_nat { /* number rewriting */ char *num_rewr_name; - struct msg_entries *num_rewr; + struct osmo_config_list *num_rewr; /* USSD messages we want to match */ char *ussd_lst_name; -- cgit v1.2.3