]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
static .
authorroot <root>
Wed, 9 Aug 2000 16:26:34 +0000 (16:26 +0000)
committerroot <root>
Wed, 9 Aug 2000 16:26:34 +0000 (16:26 +0000)
ulogd.c

diff --git a/ulogd.c b/ulogd.c
index 116923bbf6f249a3c30dcdb2af4ef8f1a7d7e1e8..e9c470337ae1e82f45c98ad2213dd38173f5ff9e 100644 (file)
--- a/ulogd.c
+++ b/ulogd.c
@@ -1,4 +1,4 @@
-/* ulogd, Version $Revision: 1.2 $
+/* ulogd, Version $Revision: 1.3 $
  *
  * first try of a logging daemon for my netfilter ULOG target
  * for the linux 2.4 netfilter subsystem.
@@ -7,7 +7,7 @@
  *
  * this code is released under the terms of GNU GPL
  *
- * $Id: ulogd.c,v 1.2 2000/08/02 12:16:29 laforge Exp laforge $
+ * $Id: ulogd.c,v 1.3 2000/08/02 12:20:46 laforge Exp root $
  */
 
 #include <stdio.h>
@@ -36,7 +36,7 @@
 #define ULOGD_NLGROUP          32
 #endif
 
-static FILE *logfile;
+FILE *logfile;
 
 /* linked list for all registered interpreters */
 static ulog_interpreter_t *ulogd_interpreters;