kern

diff src/panic.h @ 11:cccaa40f5432

forgot to add a load of stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 19 Feb 2011 04:41:51 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/panic.h	Sat Feb 19 04:41:51 2011 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef PANIC_H_
     1.5 +#define PANIC_H_
     1.6 +
     1.7 +void panic(const char *fmt, ...);
     1.8 +
     1.9 +#endif	/* PANIC_H_ */