Minor fixes.

This commit is contained in:
Thulinma 2016-05-05 11:41:33 +02:00
parent dda0ea669c
commit 7e82673a13
3 changed files with 14 additions and 14 deletions

View file

@ -11,8 +11,6 @@ namespace Util {
void sanitizeName(std::string & streamname);
bool streamAlive(std::string & streamname);
bool startInput(std::string streamname, std::string filename = "", bool forkFirst = true);
/* roxlu-begin */
int startRecording(std::string streamname);
/* roxlu-end */
JSON::Value getStreamConfig(std::string streamname);
}