mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Lots of tidying up.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c1305515d
commit
a38c844fd9
17 changed files with 48 additions and 649 deletions
|
@ -107,7 +107,7 @@ setupCache()
|
|||
}
|
||||
|
||||
static xmlParserInputPtr
|
||||
loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr *ctxt);
|
||||
loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr ctxt);
|
||||
|
||||
/* Internal interfaces */
|
||||
|
||||
|
@ -2167,7 +2167,7 @@ static NSString *endMarker = @"At end of incremental parse";
|
|||
#define HANDLER (GSSAXHandler*)(((xmlParserCtxtPtr)ctx)->_private)
|
||||
|
||||
static xmlParserInputPtr
|
||||
loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr *ctx)
|
||||
loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr ctx)
|
||||
{
|
||||
extern xmlParserInputPtr xmlNewInputFromFile();
|
||||
NSString *file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue