~ubuntu-branches/ubuntu/precise/devil/precise

« back to all changes in this revision

Viewing changes to src-IL/include/il_targa.h

  • Committer: Bazaar Package Importer
  • Author(s): Bradley Smith
  • Date: 2009-01-17 15:01:18 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090117150118-4bwb6nmvbz4srsjl
Tags: 1.7.5-4
Actually fix CVE-2008-5262. Closes: #512122.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
ILboolean       iIsValidTarga();
96
96
ILboolean       iGetTgaHead(TARGAHEAD *Header);
97
97
ILboolean       iCheckTarga(TARGAHEAD *Header);
98
 
ILboolean       iLoadTargaInternal(ILvoid);
99
 
ILboolean       iSaveTargaInternal(ILvoid);
 
98
ILboolean       iLoadTargaInternal(void);
 
99
ILboolean       iSaveTargaInternal(void);
100
100
//ILvoid                iMakeString(char *Str);
101
101
ILboolean       iReadBwTga(TARGAHEAD *Header);
102
102
ILboolean       iReadColMapTga(TARGAHEAD *Header);
103
103
ILboolean       iReadUnmapTga(TARGAHEAD *Header);
104
104
ILboolean       iUncompressTgaData(ILimage *Image);
105
105
ILboolean       i16BitTarga(ILimage *Image);
106
 
ILvoid          iGetDateTime(ILuint *Month, ILuint *Day, ILuint *Yr, ILuint *Hr, ILuint *Min, ILuint *Sec);
 
106
void            iGetDateTime(ILuint *Month, ILuint *Day, ILuint *Yr, ILuint *Hr, ILuint *Min, ILuint *Sec);
107
107
 
108
108
 
109
109
#endif//TARGA_H