mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user