From 0a86cf57e3495d6f7c7d8565492e02b9c1276326 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 10 Mar 2017 13:32:49 +0000 Subject: Implement quiet mode --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e98c1ed..bb619fc 100644 --- a/config.def.h +++ b/config.def.h @@ -30,6 +30,7 @@ static int ipv6 = 0; static int tcp = 0; static int proxy = 0; static TOX_PROXY_TYPE proxytype = TOX_PROXY_TYPE_SOCKS5; /* NONE, HTTP, SOCKS5 */ +static int quiet = 0; static char proxyaddr[] = "localhost"; static uint16_t proxyport = 8080; -- cgit v1.2.3