summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_log/libipulog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnetfilter_log/libipulog.h')
-rw-r--r--include/libnetfilter_log/libipulog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libnetfilter_log/libipulog.h b/include/libnetfilter_log/libipulog.h
index 1093bdd..ee7890a 100644
--- a/include/libnetfilter_log/libipulog.h
+++ b/include/libnetfilter_log/libipulog.h
@@ -2,6 +2,7 @@
#define _LIBIPULOG_H
#include <errno.h>
+#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
@@ -33,9 +34,9 @@ typedef struct ulog_packet_msg {
struct ipulog_handle;
extern int ipulog_errno;
-u_int32_t ipulog_group2gmask(u_int32_t group);
+uint32_t ipulog_group2gmask(uint32_t group);
-struct ipulog_handle *ipulog_create_handle(u_int32_t gmask, u_int32_t rmem);
+struct ipulog_handle *ipulog_create_handle(uint32_t gmask, uint32_t rmem);
void ipulog_destroy_handle(struct ipulog_handle *h);