helpers: add getBoxMode() function

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3dc8822e9b
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-14 (Sun, 14 Mar 2021)

Origin message was:
------------------
- helpers: add getBoxMode() function

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-03-14 10:08:27 +01:00
parent 78de67fe24
commit 304a1bb9d4
2 changed files with 24 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ bool downloadUrl(std::string url, std::string file, const std::string userAgent
bool isDigitWord(std::string str);
int getBoxMode();
int getActivePartition();
std::string GetSpecialName(std::string NormalName);