aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-05-07 13:11:20 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2011-05-07 13:15:11 +0200
commitab46cf38d49164e3a99912d534719e63478964ab (patch)
tree46e9f1a17146d491daca981544972769c9740d0e /openbsc/include
parentc0d17f22663ba78f1620043316ac7d374ff45b86 (diff)
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
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h2
1 files changed, 1 insertions, 1 deletions
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;