diff options
Diffstat (limited to 'src/include/usr/pingmgmt.h')
-rw-r--r-- | src/include/usr/pingmgmt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/pingmgmt.h b/src/include/usr/pingmgmt.h index 45ad5d394..8bded3849 100644 --- a/src/include/usr/pingmgmt.h +++ b/src/include/usr/pingmgmt.h @@ -11,6 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <stdint.h> -extern int ping ( const char *hostname, unsigned long timeout, size_t len ); +extern int ping ( const char *hostname, unsigned long timeout, size_t len, + unsigned int count ); #endif /* _USR_PINGMGMT_H */ |