summaryrefslogtreecommitdiffstats
path: root/ulogd/libipulog
diff options
context:
space:
mode:
authorlaforge <laforge>2001-07-03 14:45:16 +0000
committerlaforge <laforge>2001-07-03 14:45:16 +0000
commit30baf208101d26b63f2b6dbbd1ac5e60f71a4977 (patch)
tree6c9ad584b10643f8a582c0d4aa6d696086ec370d /ulogd/libipulog
parentd27e7f2f1c3a45029d334a71d8f547b5b1217384 (diff)
export ipulog_errno
Diffstat (limited to 'ulogd/libipulog')
-rw-r--r--ulogd/libipulog/include/libipulog/libipulog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ulogd/libipulog/include/libipulog/libipulog.h b/ulogd/libipulog/include/libipulog/libipulog.h
index 5d17445..698c33f 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$ */
+/* $Id: libipulog.h,v 1.3 2001/05/21 19:15:16 laforge Exp $ */
#include <errno.h>
#include <unistd.h>
@@ -20,6 +20,7 @@
#endif
struct ipulog_handle;
+static int ipulog_errno;
u_int32_t ipulog_group2gmask(u_int32_t group);