mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
fixes a misplaced #endif Daniel
* include/libxml/parserInternals.h: fixes a misplaced #endif Daniel
This commit is contained in:
@@ -394,6 +394,7 @@ void xmlParserInputShrink (xmlParserInputPtr in);
|
||||
void htmlInitAutoClose (void);
|
||||
htmlParserCtxtPtr htmlCreateFileParserCtxt(const char *filename,
|
||||
const char *encoding);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Specific function to keep track of entities references
|
||||
@@ -415,7 +416,6 @@ typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent,
|
||||
void xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
|
||||
|
||||
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user