11 lines
362 B
Text
11 lines
362 B
Text
--- util.h.orig Sun Apr 29 11:49:51 2007
|
|
+++ util.h Sun Apr 29 11:49:54 2007
|
|
@@ -50,6 +50,6 @@ char *sprintable(char *);
|
|
int isnumeric(char *);
|
|
struct timeval tvdiff(struct timeval *, struct timeval *);
|
|
int tvsign(struct timeval *);
|
|
-char *iptos(u_long);
|
|
-char *iptohost(u_long);
|
|
+char *iptos(u_int32_t);
|
|
+char *iptohost(u_int32_t);
|
|
void debugoptions(void);
|