From dea6a6c1a07462890dc8bed4d048febdd13a2a3a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 23 Oct 2014 16:52:08 +0100 Subject: [ping] Allow "ping" command output to be inhibited Originally-implemented-by: Cedric Levasseur Signed-off-by: Michael Brown --- src/include/usr/pingmgmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/usr') 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 extern int ping ( const char *hostname, unsigned long timeout, size_t len, - unsigned int count ); + unsigned int count, int quiet ); #endif /* _USR_PINGMGMT_H */ -- cgit v1.2.3-55-g7522