From 42878e88e5b72d3120434564942417cae3723385 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sat, 16 May 2015 14:01:00 +0200 Subject: src: Use stdint types everywhere Signed-off-by: Felix Janda Signed-off-by: Pablo Neira Ayuso --- include/libnetfilter_log/libipulog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/libnetfilter_log/libipulog.h') 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 +#include #include #include #include @@ -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); -- cgit v1.2.3