/********************************************************************* testmess.h Code for testing MESS *********************************************************************/ #ifndef TESTMESS_H #define TESTMESS_H #include "xmlfile.h" #include "core.h" void node_testmess(xml_data_node *node); #endif /* TESTMESS_H */