summaryrefslogtreecommitdiffstats
path: root/ulogd/libipulog
diff options
context:
space:
mode:
authorlaforge <laforge>2002-07-30 07:23:36 +0000
committerlaforge <laforge>2002-07-30 07:23:36 +0000
commitaf77b68aa1297cac949ff7260efebc1a7bf41acf (patch)
treec3877411ee8ca10f32595367d895cb3435d127ee /ulogd/libipulog
parent04004d5b08a271cee71da169fdc2b8a376c2cb0a (diff)
print version number after startup
Diffstat (limited to 'ulogd/libipulog')
-rw-r--r--ulogd/libipulog/include/libipulog/libipulog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulogd/libipulog/include/libipulog/libipulog.h b/ulogd/libipulog/include/libipulog/libipulog.h
index 78f4220..8a023c1 100644
--- a/ulogd/libipulog/include/libipulog/libipulog.h
+++ b/ulogd/libipulog/include/libipulog/libipulog.h
@@ -1,7 +1,7 @@
#ifndef _LIBIPULOG_H
#define _LIBIPULOG_H
-/* $Id: libipulog.h,v 1.4 2001/07/03 14:45:16 laforge Exp $ */
+/* $Id: libipulog.h,v 1.5 2002/07/30 07:04:12 laforge Exp $ */
#include <errno.h>
#include <unistd.h>
@@ -20,7 +20,7 @@
#endif
struct ipulog_handle;
-static int ipulog_errno;
+extern int ipulog_errno;
u_int32_t ipulog_group2gmask(u_int32_t group);