De-tabify files that missed the de-tabify step.

This commit is contained in:
Fred L. Drake, Jr. 2002-07-01 15:18:34 +00:00
parent 65ab1317a4
commit fb09975079
2 changed files with 4 additions and 4 deletions

View File

@ -6,5 +6,5 @@
#define XML_EXTERNAL_ENTITIES 02
extern int XML_ProcessFile(XML_Parser parser,
const XML_Char *filename,
unsigned flags);
const XML_Char *filename,
unsigned flags);

View File

@ -5,8 +5,8 @@ extern "C" {
int XML_URLInit();
void XML_URLUninit();
int XML_ProcessURL(XML_Parser parser,
const XML_Char *url,
unsigned flags);
const XML_Char *url,
unsigned flags);
#ifdef __cplusplus
}