summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 64e8103..02af2b0 100644
--- a/tools.h
+++ b/tools.h
@@ -19,6 +19,8 @@ void toLower(string &s);
bool isNumber(const string& s);
string replaceString(string content, string search, string repl);
+string getRecPath(const cRecording *rec);
+
class splitstring : public string {
vector<string> flds;
public: