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