~ubuntu-branches/ubuntu/karmic/isomaster/karmic

« back to all changes in this revision

Viewing changes to ISO Master VS2005/error.h

  • Committer: Bazaar Package Importer
  • Author(s): David Johnson
  • Date: 2007-10-27 22:26:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071027222645-g9i12vhsya2v2tj8
Tags: 1.2-1
* New upstream release
* Fix watch file to handle RCs properly
* Update upstream's e-mail address

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define MAX_WARNING_LEN 1024
 
2
 
 
3
extern char GBLwarningStr[MAX_WARNING_LEN];
 
4
 
 
5
void clearWarningLog(void);
 
6
void logWarning(const char* str);