diff options
author | reinelt <> | 2003-08-24 05:17:58 +0000 |
---|---|---|
committer | reinelt <> | 2003-08-24 05:17:58 +0000 |
commit | e349ac4e73b4916c766721f22b1fbb667d25d0be (patch) | |
tree | 072381f83d0966b48fb518505e693e326d9b72ce /debug.h | |
parent | d36f45332730bf7055a51d940a6db816b29489ba (diff) | |
download | lcd4linux-e349ac4e73b4916c766721f22b1fbb667d25d0be.tar.gz |
[lcd4linux @ 2003-08-24 05:17:58 by reinelt]
liblcd4linux patch from Patrick Schemitz
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: debug.h,v 1.4 2001/09/12 05:37:22 reinelt Exp $ +/* $Id: debug.h,v 1.5 2003/08/24 05:17:58 reinelt Exp $ * * debug messages * @@ -20,6 +20,9 @@ * * * $Log: debug.h,v $ + * Revision 1.5 2003/08/24 05:17:58 reinelt + * liblcd4linux patch from Patrick Schemitz + * * Revision 1.4 2001/09/12 05:37:22 reinelt * * fixed a bug in seti.c (file was never closed, lcd4linux run out of fd's @@ -46,6 +49,10 @@ #ifndef _DEBUG_H_ #define _DEBUG_H_ +extern int running_foreground; +extern int running_background; +extern int verbose_level; + void message (int level, const char *format, ...); #define debug(args...) message (2, __FILE__ ": " args) |