4 extern struct config *config;
5 extern int config_empty_ok;
11 void config_destroy(struct config *this_);
12 int config_get_attr(struct config *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
13 int config_set_attr(struct config *this_, struct attr *attr);
14 int config_add_attr(struct config *this_, struct attr *attr);
15 int config_remove_attr(struct config *this_, struct attr *attr);
16 struct attr_iter *config_attr_iter_new(void);
17 void config_attr_iter_destroy(struct attr_iter *iter);
18 struct config *config_new(struct attr *parent, struct attr **attrs);
19 /* end of prototypes */