From f77a7f9a1e282dba6e39f6b7f0685971cfac7747 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Mon, 12 Dec 2011 03:57:23 +0200 Subject: Proxifier config parsing --- client/Proxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/Proxy.h') diff --git a/client/Proxy.h b/client/Proxy.h index 368f2b8..a718353 100644 --- a/client/Proxy.h +++ b/client/Proxy.h @@ -10,6 +10,7 @@ public: std::string login; std::string password; std::string host; + std::string type; short port; Proxy(): port(0) {} -- cgit v1.2.3