From 40af2509c43b97b3aa52866d7292cccfbe332da9 Mon Sep 17 00:00:00 2001 From: focus Date: Thu, 1 Sep 2011 12:00:26 +0000 Subject: [PATCH] Rename struct tag - conflicts with definition in ./driver/audiodec/tag.h. Warning: starting to commit current, mostly zapit, changes. Compile will be broken for some time. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1642 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- lib/xmltree/xmlparse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/xmltree/xmlparse.h b/lib/xmltree/xmlparse.h index 50b4966ce..c13018645 100644 --- a/lib/xmltree/xmlparse.h +++ b/lib/xmltree/xmlparse.h @@ -120,8 +120,8 @@ enum XML_Error { #define INIT_BLOCK_SIZE 1024 #define INIT_BUFFER_SIZE 1024 -typedef struct tag { - struct tag *parent; +typedef struct xml_tag { + struct xml_tag *parent; const char *rawName; int rawNameLength; const XML_Char *name;