summaryrefslogtreecommitdiffstats
path: root/ulogd/libipulog.old
diff options
context:
space:
mode:
authorlaforge <laforge>2001-02-03 18:42:07 +0000
committerlaforge <laforge>2001-02-03 18:42:07 +0000
commitaff90dc70cb3b9d0cfe2cf691d3aa02bc7e763d7 (patch)
treef83a603d0d47b7a43abd0e977b1d5b118b155d86 /ulogd/libipulog.old
parent13456f618ea68a573c0a5a604dc9e6b6d51361b4 (diff)
deleting libipulog from this dir
Diffstat (limited to 'ulogd/libipulog.old')
-rw-r--r--ulogd/libipulog.old/include/libipulog/libipulog.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/ulogd/libipulog.old/include/libipulog/libipulog.h b/ulogd/libipulog.old/include/libipulog/libipulog.h
deleted file mode 100644
index 9b0c277..0000000
--- a/ulogd/libipulog.old/include/libipulog/libipulog.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef _LIBIPULOG_H
-#define _LIBIPULOG_H
-
-#include <errno.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <sys/uio.h>
-#include <asm/types.h>
-#include <linux/netlink.h>
-#include <net/if.h>
-#include <linux/netfilter_ipv4/ipt_ULOG.h>
-
-struct ipulog_handle;
-
-u_int32_t ipulog_group2gmask(u_int32_t group);
-
-struct ipulog_handle *ipulog_create_handle(u_int32_t gmask);
-
-void ipulog_destroy_handle(struct ipulog_handle *h);
-
-ssize_t ipulog_read(struct ipulog_handle *h,
- unsigned char *buf, size_t len, int timeout);
-
-ulog_packet_msg_t *ipulog_get_packet(struct ipulog_handle *h,
- const unsigned char *buf,
- size_t len);
-
-void ipulog_perror(const char *s);
-
-#endif /* _LIBULOG_H */