11 lines
207 B
Text
11 lines
207 B
Text
|
--- log.c.orig Fri Aug 3 23:05:05 2007
|
||
|
+++ log.c Tue May 25 00:02:36 2010
|
||
|
@@ -32,6 +32,7 @@
|
||
|
|
||
|
#include "poppassd.h"
|
||
|
|
||
|
+#define debug debug_static
|
||
|
static int debug;
|
||
|
|
||
|
void logit(int, const char *, ...);
|