summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.h
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-02-24 23:29:47 +0100
committerlado <herrlado@gmail.com>2013-02-24 23:29:47 +0100
commit627ecc27d5474cde956dbb1cca97e23620557aa6 (patch)
tree39469d62aa79064bc59e226cdcc84aca4091fdcd /vdr-vdrmanager/helpers.h
parent8c6f401b2e73102681fe5d455ce02a21bab6212c (diff)
downloadvdr-manager-627ecc27d5474cde956dbb1cca97e23620557aa6.tar.gz
vdr-manager-627ecc27d5474cde956dbb1cca97e23620557aa6.tar.bz2
sources
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r--vdr-vdrmanager/helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index 71c3e6e..6a0d844 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -63,4 +63,6 @@ private:
static string ConvertWeekdays(int v);
static int ConvertWeekdays(string v);
static queue<int> ConvertToBinary(int v);
+ static string DelRecording(cRecording * r);
+
};