diff options
Diffstat (limited to 'client/Config.h')
-rw-r--r-- | client/Config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/Config.h b/client/Config.h index 1e3dd72..ac2ed31 100644 --- a/client/Config.h +++ b/client/Config.h @@ -229,6 +229,12 @@ public: vector<FileEntry> GetDownloadList(); /** + * @brief Get list of firewall rules + * @return List of FirewallEntry wrapper object that describe firewall rules + */ + vector<FirewallEntry> GetFirewallList(); + + /** * @brief Static proxy speed value limit.<br/> * This value is used to determine speed label color. * All speed value below this constant will be red, higher values will be green |