From: laforge Date: Tue, 3 Jul 2001 14:45:16 +0000 (+0000) Subject: export ipulog_errno X-Git-Tag: ulogd-2.0.0beta2~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee0871a47ce9318409446bec8b5d1b892cb3539;p=thirdparty%2Fulogd2.git export ipulog_errno --- diff --git a/libipulog/include/libipulog/libipulog.h b/libipulog/include/libipulog/libipulog.h index 5d17445..698c33f 100644 --- a/libipulog/include/libipulog/libipulog.h +++ b/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 #include @@ -20,6 +20,7 @@ #endif struct ipulog_handle; +static int ipulog_errno; u_int32_t ipulog_group2gmask(u_int32_t group);