]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
export ipulog_errno
authorlaforge <laforge>
Tue, 3 Jul 2001 14:45:16 +0000 (14:45 +0000)
committerlaforge <laforge>
Tue, 3 Jul 2001 14:45:16 +0000 (14:45 +0000)
libipulog/include/libipulog/libipulog.h

index 5d174450d4754c25d8ded4bd94764f0537c11170..698c33f1651e7104940de9fb657b1a52b015a67e 100644 (file)
@@ -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);