int XMLPARSEAPI
XML_SetBase(XML_Parser parser, const XML_Char *base);
-const XML_Char XMLPARSEAPI *
+const XML_Char * XMLPARSEAPI
XML_GetBase(XML_Parser parser);
/* Returns the number of the attribute/value pairs passed in last call
int XMLPARSEAPI
XML_Parse(XML_Parser parser, const char *s, int len, int isFinal);
-void XMLPARSEAPI *
+void * XMLPARSEAPI
XML_GetBuffer(XML_Parser parser, int len);
int XMLPARSEAPI
NOTE: The character pointer returned should not be used outside
the handler that makes the call. */
-const char XMLPARSEAPI *
+const char * XMLPARSEAPI
XML_GetInputContext(XML_Parser parser,
int *offset,
int *size);
XML_ParserFree(XML_Parser parser);
/* Returns a string describing the error. */
-const XML_LChar XMLPARSEAPI *
+const XML_LChar * XMLPARSEAPI
XML_ErrorString(int code);
/* Return a string containing the version number of this expat */
-const XML_LChar XMLPARSEAPI *
+const XML_LChar * XMLPARSEAPI
XML_ExpatVersion(void);
typedef struct {