summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
-rw-r--r--include/libnetfilter_log/Makefile.am3
-rw-r--r--include/libnetfilter_log/libipulog.h (renamed from include/libnfnetlink_log/libipulog.h)0
-rw-r--r--include/libnetfilter_log/libnfnetlink_log.h (renamed from include/libnfnetlink_log/libnfnetlink_log.h)8
-rw-r--r--include/libnfnetlink_log/Makefile.am3
5 files changed, 8 insertions, 8 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index f454d1d..5077115 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = libnfnetlink_log
+SUBDIRS = libnetfilter_log
diff --git a/include/libnetfilter_log/Makefile.am b/include/libnetfilter_log/Makefile.am
new file mode 100644
index 0000000..c182ac7
--- /dev/null
+++ b/include/libnetfilter_log/Makefile.am
@@ -0,0 +1,3 @@
+
+pkginclude_HEADERS = libnetfilter_log.h libipulog.h
+
diff --git a/include/libnfnetlink_log/libipulog.h b/include/libnetfilter_log/libipulog.h
index 0278862..0278862 100644
--- a/include/libnfnetlink_log/libipulog.h
+++ b/include/libnetfilter_log/libipulog.h
diff --git a/include/libnfnetlink_log/libnfnetlink_log.h b/include/libnetfilter_log/libnfnetlink_log.h
index 707bba8..ff546d1 100644
--- a/include/libnfnetlink_log/libnfnetlink_log.h
+++ b/include/libnetfilter_log/libnfnetlink_log.h
@@ -1,4 +1,4 @@
-/* libnfnetlink_log.h: Header file for the Netfilter Userspace Log library.
+/* libnetfilter_log.h: Header file for the Netfilter Userspace Log library.
*
* (C) 2005 by Harald Welte <laforge@gnumonks.org>
*
@@ -6,8 +6,8 @@
* of the GNU General Public License, incorporated herein by reference.
*/
-#ifndef __LIBNFNETLINK_LOG_H
-#define __LIBNFNETLINK_LOG_H
+#ifndef __LIBNETFILTER_LOG_H
+#define __LIBNETFILTER_LOG_H
#include <libnfnetlink/libnfnetlink.h>
#include <linux/netfilter/nfnetlink_log.h>
@@ -44,4 +44,4 @@ extern int nfulnl_callback_register(struct nfulnl_g_handle *gh,
nfulnl_callback *cb, void *data);
extern int nfulnl_handle_packet(struct nfulnl_handle *h, char *buf, int len);
-#endif /* __LIBNFNETLINK_LOG_H */
+#endif /* __LIBNETFILTER_LOG_H */
diff --git a/include/libnfnetlink_log/Makefile.am b/include/libnfnetlink_log/Makefile.am
deleted file mode 100644
index ea4bfc0..0000000
--- a/include/libnfnetlink_log/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-
-pkginclude_HEADERS = libnfnetlink_log.h libipulog.h
-