From e349ac4e73b4916c766721f22b1fbb667d25d0be Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 24 Aug 2003 05:17:58 +0000 Subject: [lcd4linux @ 2003-08-24 05:17:58 by reinelt] liblcd4linux patch from Patrick Schemitz --- debug.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 9bc452f..c1abd37 100644 --- a/debug.h +++ b/debug.h @@ -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) -- cgit v1.2.3