d3dut

diff src/logmsg.h @ 0:ecc040281dc9

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 22 Jun 2013 10:11:39 +0300
parents
children 242535442d04
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/logmsg.h	Sat Jun 22 10:11:39 2013 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef LOGMSG_H_
     1.5 +#define LOGMSG_H_
     1.6 +
     1.7 +void fatal_error(const char *fmt, ...);
     1.8 +void warning(const char *fmt, ...);
     1.9 +
    1.10 +#endif	// LOGMSG_H_
    1.11 \ No newline at end of file