From 33402f6f799b53ff6ae910f6e94977daa75cf27d Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 13 May 2008 21:09:31 +0100 Subject: Added quiet option --- src/getht.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/getht.h') diff --git a/src/getht.h b/src/getht.h index 4ec0f4a..6a64b6e 100644 --- a/src/getht.h +++ b/src/getht.h @@ -46,6 +46,7 @@ struct config { int startup_check; int verbose; + int quiet; CURL *curl_handle; }; -- cgit v1.2.3