]> granicus.if.org Git - libexpat/commit
Change XML_Parser definition to use an incomplete structure in the public
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 26 Aug 2002 19:54:24 +0000 (19:54 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 26 Aug 2002 19:54:24 +0000 (19:54 +0000)
commitd4f70093634ab1f454b4c6b2aa5601ac14dbfe23
tree4e89baa9d42546b04accb27a750582431d9c5a03
parent46feda26dad47513c13f3028479e17b424f67f12
Change XML_Parser definition to use an incomplete structure in the public
API, allowing the implementation to define the structure and use less
casting in internal macros.

Change XML_UseForeignDTD() to return an enum XML_Error value, to allow
specific conditions to be reported more clearly.
expat/lib/expat.h
expat/lib/xmlparse.c