Chameleon

Chameleon Commit Details

Date:2010-03-09 21:09:04 (14 years 1 month ago)
Author:JrCs
Commit:125
Parents: 124
Message:Remove old function and change return type for ParseXMLFile function
Changes:
M/branches/JrCs/i386/libsaio/stringTable.c
M/branches/JrCs/i386/libsaio/saio_internal.h

File differences

branches/JrCs/i386/libsaio/stringTable.c
538538
539539
540540
541
541
542542
543543
544544
// (and does not modify dict pointer).
// Prints an error message if there is a parsing error.
//
long ParseXMLFile( char * buffer, TagPtr * dict )
int ParseXMLFile( char * buffer, TagPtr * dict )
{
long length, pos;
TagPtr tag;
branches/JrCs/i386/libsaio/saio_internal.h
135135
136136
137137
138
139138
140139
141140
......
160159
161160
162161
163
162
164163
165164
166165
/* misc.c */
extern void enableA20(void);
extern int checkForSupportedHardware();
extern int isLaptop();
extern void getPlatformName(char *nameBuf);
/* nbp.c */
extern int loadHelperConfig(config_file_t *configBuff);
extern int loadOverrideConfig(config_file_t *configBuff);
extern char * getNextArg(char ** ptr, char * val);
extern long ParseXMLFile( char * buffer, TagPtr * dict );
extern int ParseXMLFile( char * buffer, TagPtr * dict );
/* sys.c */
extern BVRef getBootVolumeRef( const char * path, const char ** outPath );

Archive Download the corresponding diff file

Revision: 125