]> git.sesse.net Git - vlc/blobdiff - src/misc/xml.c
Misc: remove leading underscores
[vlc] / src / misc / xml.c
index 25515b500b20d430368975be99363d821f3c7b43..0d2625f8b3c6ece215b7ff0c3db0d4be1fbfbeef 100644 (file)
 #include "vlc_xml.h"
 #include "../libvlc.h"
 
+#undef xml_Create
 /*****************************************************************************
  * xml_Create:
  *****************************************************************************
  * Create an instance of an XML parser.
  * Returns NULL on error.
  *****************************************************************************/
-xml_t *__xml_Create( vlc_object_t *p_this )
+xml_t *xml_Create( vlc_object_t *p_this )
 {
     xml_t *p_xml;