diff options
Diffstat (limited to 'client/Proxifier.h')
-rw-r--r-- | client/Proxifier.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/Proxifier.h b/client/Proxifier.h index 9d5b316..712e79c 100644 --- a/client/Proxifier.h +++ b/client/Proxifier.h @@ -30,11 +30,11 @@ public: * @return pointer to Proxifier singleton */ static Proxifier* GetInstance(); - /** - * @brief restart Proxifier.exe process - * @return true on success or false otherwise - */ - bool Restart(); + /** + * @brief Reload Proxifier's profile + * @return true on success or false otherwise + */ + bool ReloadConfig(); /** * @brief Chack if the current config is valid * @return true if the config is valid or false otherwise |