src/server/config/objconf.h

changeset 628
c95f04c14112
parent 575
bbca8e94fa67
child 629
1e1da9adc532
equal deleted inserted replaced
627:b30bf356dac4 628:c95f04c14112
91 int objectconf_validate_objbegin(ConfigParser2 *parser, ConfigNode *node); 91 int objectconf_validate_objbegin(ConfigParser2 *parser, ConfigNode *node);
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
97
98 void free_object_config(ObjectConfig *conf); 96 void free_object_config(ObjectConfig *conf);
99 97
100 int objconf_parse(void *p, ConfigLine *begin, ConfigLine *end, cxmutstr line);
101
102 int objconf_on_begin_tag(ObjectConfig *conf, ConfigTag *tag);
103
104 int objconf_on_end_tag(ObjectConfig *conf, cxmutstr tagname);
105
106 int objconf_on_directive(ObjectConfig *conf, ConfigDirective *dir);
107 98
108 99
109 #ifdef __cplusplus 100 #ifdef __cplusplus
110 } 101 }
111 #endif 102 #endif

mercurial