diff options
Diffstat (limited to 'ping_protocol/rawping.h')
-rw-r--r-- | ping_protocol/rawping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ping_protocol/rawping.h b/ping_protocol/rawping.h index 2201d19..5c93986 100644 --- a/ping_protocol/rawping.h +++ b/ping_protocol/rawping.h @@ -58,4 +58,4 @@ extern USHORT ip_checksum(USHORT* buffer, int size); extern int init_raw_ping();
extern int raw_ping(char *host, int timeout);
extern int cleanup_raw_ping();
-#endif
\ No newline at end of file +#endif
|