summaryrefslogtreecommitdiffstats
path: root/libipulog/libipulog.c
diff options
context:
space:
mode:
Diffstat (limited to 'libipulog/libipulog.c')
-rw-r--r--libipulog/libipulog.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/libipulog/libipulog.c b/libipulog/libipulog.c
index b396829..eb2a747 100644
--- a/libipulog/libipulog.c
+++ b/libipulog/libipulog.c
@@ -1,5 +1,5 @@
/*
- * libipulog.c, $Revision: 1.11 $
+ * libipulog.c, $Revision$
*
* netfilter ULOG userspace library.
*
@@ -21,7 +21,7 @@
* This library is still under development, so be aware of sudden interface
* changes
*
- * $Id: libipulog.c,v 1.11 2003/05/04 10:00:10 laforge Exp $
+ * $Id$
*/
#include <stdlib.h>
@@ -253,3 +253,8 @@ void ipulog_perror(const char *s)
fputc('\n', stderr);
}
+int ipulog_get_fd(struct ipulog_handle *h)
+{
+ return h->fd;
+}
+