diff options
author | Alex Borisov <b0ris@b0ris-satellite.localdomain> | 2012-01-07 21:39:48 +0200 |
---|---|---|
committer | Alex Borisov <b0ris@b0ris-satellite.localdomain> | 2012-01-07 21:39:48 +0200 |
commit | f22c8c9dc67e2f4a41a8382aa9cd2fae10ac8cc3 (patch) | |
tree | 88d75d60b1e0bbc307112304f41f669ee741e45f /client/Proxifier.h | |
parent | addffa29a361cc6fdc8d2d8f9c20b5dc6ea1793c (diff) |
Remove unused proxy entries. Improve ID shoosing algo
Diffstat (limited to 'client/Proxifier.h')
-rw-r--r-- | client/Proxifier.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/Proxifier.h b/client/Proxifier.h index 3af8ffe..0a7b1cf 100644 --- a/client/Proxifier.h +++ b/client/Proxifier.h @@ -200,6 +200,12 @@ private: */ 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 * id new chain id |