File: errorlog.h

package info (click to toggle)
dunedynasty 1.6.4%2Bds-1
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 7,868 kB
  • sloc: ansic: 62,953; cpp: 6,238; sh: 155; javascript: 150; xml: 81; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef ERRORLOG_H
#define ERRORLOG_H

extern void ErrorLog_Init(const char *dir);
extern void Error(const char *format, ...);
extern void Warning(const char *format, ...);

#endif