diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-01-21 17:43:02 +0200 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-01-21 17:43:02 +0200 |
commit | 128c2dd624a78ef1e218871a4e4729625be56c04 (patch) | |
tree | 1cdd5e6fb619d15909116fe345ed15a841b5e4ec /client/Proxifier.h | |
parent | 6f8e7cae703145cd6eb103c08681045ced28f5e5 (diff) |
Restart Proxifier to apply new configuration
Diffstat (limited to 'client/Proxifier.h')
-rw-r--r-- | client/Proxifier.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/Proxifier.h b/client/Proxifier.h index a6862db..8751ca9 100644 --- a/client/Proxifier.h +++ b/client/Proxifier.h @@ -30,6 +30,11 @@ public: */ static Proxifier* GetInstance(); /** + * @brief restart Proxifier.exe process + * @return true on success or false otherwise + */ + bool Restart(); + /** * @brief Chack if the current config is valid * @return true if the config is valid or false otherwise * @note you may wish to try ReadConfig() before but if it doesn't help |