summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2001-02-03 18:42:07 +0000
committerlaforge <laforge>2001-02-03 18:42:07 +0000
commit5a0396996d06ecf474ee3f9699741aabe7e2ecdf (patch)
tree64396ce12f8d8c24ec5e1cb3e486854a07c7ef52
parent1a8bb687cc2a6ee35885c2528a4d913b6d68ae0c (diff)
deleting libipulog from this dir
-rw-r--r--libipulog.old/include/libipulog/libipulog.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/libipulog.old/include/libipulog/libipulog.h b/libipulog.old/include/libipulog/libipulog.h
deleted file mode 100644
index 9b0c277..0000000
--- a/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 */