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

« back to all changes in this revision

Viewing changes to src-IL/include/il_lif.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:
30
30
        ILuint  TeamEffect1;    // Team effect offset 1
31
31
} LIF_HEAD;
32
32
 
33
 
ILboolean iIsValidLif(ILvoid);
 
33
ILboolean iIsValidLif(void);
34
34
ILboolean iCheckLif(LIF_HEAD *Header);
35
 
ILboolean iLoadLifInternal(ILvoid);
 
35
ILboolean iLoadLifInternal(void);
36
36
 
37
37
#endif//LIF_H