aboutsummaryrefslogtreecommitdiffstats
path: root/icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'icmp.h')
-rw-r--r--icmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icmp.h b/icmp.h
index d5c597f..0fc94e1 100644
--- a/icmp.h
+++ b/icmp.h
@@ -15,7 +15,7 @@ int icmp_send_ping(int fd, struct sockaddr *to, int tolen,
int seq, int total_size);
int icmp_read_reply(int fd, struct sockaddr *from, int fromlen,
__u8 *buf, int buflen);
-int icmp_open(void);
+int icmp_open(float timeout);
void icmp_close(int fd);