diff options
Diffstat (limited to 'src/getht.h')
-rw-r--r-- | src/getht.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |