summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2017-03-10 13:32:49 +0000
committerpranomostro <pranomestro@gmail.com>2017-03-10 17:54:55 +0100
commit0a86cf57e3495d6f7c7d8565492e02b9c1276326 (patch)
tree1f39bbd3faa74a851c9e52f5be280e883990a06d /config.def.h
parentf249076a9c422588cdfdad334325dbd3d29595af (diff)
Implement quiet mode
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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;