1 2 3 4 5 6 7 8 9 10
#ifndef _XML_SETUP_H_ #define _XML_SETUP_H_ void xml_setup_setup (XMLNode *node); void xml_setup_clear (void); #endif