From dbddfda2c806a98b1fc8fd86cc3c34a4f9915d70 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 23 Apr 2014 00:45:13 -0700 Subject: More getting rid of old u_intN_t. --- addrtoname.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addrtoname.h') diff --git a/addrtoname.h b/addrtoname.h index bdbcf369..252c570e 100644 --- a/addrtoname.h +++ b/addrtoname.h @@ -44,9 +44,9 @@ extern const char *getname(netdissect_options *, const u_char *); #ifdef INET6 extern const char *getname6(netdissect_options *, const u_char *); #endif -extern const char *intoa(u_int32_t); +extern const char *intoa(uint32_t); -extern void init_addrtoname(netdissect_options *, u_int32_t, u_int32_t); +extern void init_addrtoname(netdissect_options *, uint32_t, uint32_t); extern struct hnamemem *newhnamemem(void); #ifdef INET6 extern struct h6namemem *newh6namemem(void); -- cgit v1.2.1