92 |
92 |
93 int objectconf_validate_objend(ConfigParser2 *parser, ConfigNode *node); |
93 int objectconf_validate_objend(ConfigParser2 *parser, ConfigNode *node); |
94 |
94 |
95 |
95 |
96 |
96 |
97 ObjectConfig *load_object_config(char *file); |
|
98 |
97 |
99 void free_object_config(ObjectConfig *conf); |
98 void free_object_config(ObjectConfig *conf); |
100 |
99 |
101 int objconf_parse(void *p, ConfigLine *begin, ConfigLine *end, cxmutstr line); |
100 int objconf_parse(void *p, ConfigLine *begin, ConfigLine *end, cxmutstr line); |
102 |
101 |