summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr-vdrmanager/helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index 6a0d844..b9ebee5 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -33,6 +33,7 @@ public:
static string Trim(string text);
static string decompress_string(const string& str);
static string compress_string(const string& str, int compressionlevel = Z_BEST_COMPRESSION);
+ static long Duration(cRecording* recording);
private:
static string SafeCall(string (*)());
static string SafeCall(string (*)(string), string arg);