From f22c8c9dc67e2f4a41a8382aa9cd2fae10ac8cc3 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sat, 7 Jan 2012 21:39:48 +0200 Subject: Remove unused proxy entries. Improve ID shoosing algo --- client/Proxifier.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/Proxifier.h') diff --git a/client/Proxifier.h b/client/Proxifier.h index 3af8ffe..0a7b1cf 100644 --- a/client/Proxifier.h +++ b/client/Proxifier.h @@ -199,6 +199,12 @@ private: * @return true on success or false otherwise */ bool AddProxy(ProxifierProxy& proxy, int* id); + /** + * @brief remove proxy entry from Proxifier's config + * @param proxyId proxy id to remove + * @return true on success or false otherwise + */ + bool RemoveProxy(int proxyId); /** * @brief add new chain to proxifier config * @param name the name of the chain -- cgit v1.2.3