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