/** * @author Edouard DUPIN * * @copyright 2011, Edouard DUPIN, all right reserved * * @license BSD v3 (see license file) */ #ifndef __ETK_XML_TEST_H__ #define __ETK_XML_TEST_H__ #include #include namespace exml { bool test(); }; #endif