diff options
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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:
|