From: laforge Date: Sat, 3 Feb 2001 18:42:07 +0000 (+0000) Subject: deleting libipulog from this dir X-Git-Tag: ulogd-2.0.0beta2~498 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0396996d06ecf474ee3f9699741aabe7e2ecdf;p=thirdparty%2Fulogd2.git deleting libipulog from this dir --- 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 -#include -#include -#include -#include -#include -#include -#include -#include -#include - -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 */