summaryrefslogtreecommitdiff
path: root/client/Proxifier.h
diff options
context:
space:
mode:
authorAlex Borisov <b0ric.alex@gmail.com>2012-01-21 17:43:02 +0200
committerAlex Borisov <b0ric.alex@gmail.com>2012-01-21 17:43:02 +0200
commit128c2dd624a78ef1e218871a4e4729625be56c04 (patch)
tree1cdd5e6fb619d15909116fe345ed15a841b5e4ec /client/Proxifier.h
parent6f8e7cae703145cd6eb103c08681045ced28f5e5 (diff)
Restart Proxifier to apply new configuration
Diffstat (limited to 'client/Proxifier.h')
-rw-r--r--client/Proxifier.h5
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