diff options
Diffstat (limited to 'src/utils/browserboxtools.h')
-rw-r--r-- | src/utils/browserboxtools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/browserboxtools.h b/src/utils/browserboxtools.h index c2d0c9dc9..d35f4bda9 100644 --- a/src/utils/browserboxtools.h +++ b/src/utils/browserboxtools.h @@ -30,6 +30,8 @@ namespace BrowserBoxTools void replaceVars(std::string &data); void replaceKeys(std::string &data); + + std::string replaceLinkCommands(const std::string &link); } // BrowserBoxTools #endif // UTILS_BROWSERBOXTOOLS_H |