Generalized stream variables implementation

This commit is contained in:
Thulinma 2018-04-17 16:27:29 +02:00
parent a3b5555568
commit e8f1ceff3a
2 changed files with 45 additions and 90 deletions

View file

@ -7,6 +7,7 @@
#include "json.h"
namespace Util {
void streamVariables(std::string &str, const std::string & streamname, const std::string & source = "");
std::string getTmpFolder();
void sanitizeName(std::string & streamname);
bool streamAlive(std::string & streamname);