Home
last modified time | relevance | path

Searched refs:xmlparse_configupdate (Results 1 – 2 of 2) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dxmlparse.h45 void xmlparse_configupdate(connection *c, xmlDocPtr doc, xmlNodePtr cur);
H A Dxmlparse.c184 if(! xmlStrcmp(cur->name, (xmlChar*)"configupdate") ) xmlparse_configupdate(c, doc, cur); in xmlparse_game_plugger()
1033 void xmlparse_configupdate(connection *c, xmlDocPtr doc, xmlNodePtr cur) { in xmlparse_configupdate() function