diff options
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 |