[ping] Allow "ping" command output to be inhibited

Originally-implemented-by: Cedric Levasseur <cyr-ius@ipocus.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-10-23 16:52:08 +01:00
parent 1c34ca70d1
commit dea6a6c1a0
4 changed files with 17 additions and 9 deletions

View File

@@ -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 */