Add:Core:Support for FRA FRA NLS Setting
[navit-package] / navit / config_.h
1 extern struct config *config;
2 extern int config_empty_ok;
3 /* prototypes */
4 enum attr_type;
5 struct attr;
6 struct attr_iter;
7 struct config;
8 void config_destroy(struct config *this_);
9 int config_get_attr(struct config *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
10 int config_set_attr(struct config *this_, struct attr *attr);
11 int config_add_attr(struct config *this_, struct attr *attr);
12 int config_remove_attr(struct config *this_, struct attr *attr);
13 struct attr_iter *config_attr_iter_new(void);
14 void config_attr_iter_destroy(struct attr_iter *iter);
15 struct config *config_new(struct attr *parent, struct attr **attrs);
16 /* end of prototypes */