summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root>2000-08-09 16:26:34 +0000
committerroot <root>2000-08-09 16:26:34 +0000
commitf9b17cad817b6770cb68f3e13d326ed74dbf07c6 (patch)
treeb61d1a440d989620d5c2f8cf4642262d4cc510ff
parent1fc6233df05a7af86a51bd6ebda7f6ae1b218561 (diff)
static .
-rw-r--r--ulogd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ulogd.c b/ulogd.c
index 116923b..e9c4703 100644
--- 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;