From ec02e05cf4d1bbb66ee31223f9e96c28bf3ae6f1 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sat, 16 May 2015 13:31:38 +0200 Subject: src: Use stdint types everywhere Signed-off-by: Felix Janda Signed-off-by: Pablo Neira Ayuso --- qa/nssocket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qa/nssocket.h') diff --git a/qa/nssocket.h b/qa/nssocket.h index 17c859f..338ed2f 100644 --- a/qa/nssocket.h +++ b/qa/nssocket.h @@ -29,13 +29,13 @@ struct nf_conntrack *author_new(const struct nlmsghdr *nlh, void *data); struct nf_conntrack *author_update(const struct nlmsghdr *nlh, void *data); struct nf_conntrack *author_destroy(const struct nlmsghdr *nlh, void *data); void assert_proto(const struct nf_conntrack *ct, - u_int8_t l3proto, u_int8_t l4proto); + uint8_t l3proto, uint8_t l4proto); void assert_inaddr(const struct nf_conntrack *ct, const char *src, const char *dst); void assert_port(const struct nf_conntrack *ct, - u_int16_t src, u_int16_t dst); + uint16_t src, uint16_t dst); void assert_typecode(const struct nf_conntrack *ct, - u_int8_t type, u_int8_t code); + uint8_t type, uint8_t code); int cb_icmp_new(const struct nlmsghdr *nlh, void *data); int cb_icmp_update(const struct nlmsghdr *nlh, void *data); int cb_icmp_destroy(const struct nlmsghdr *nlh, void *data); -- cgit v1.2.3