summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-12-20 07:57:05 +0100
committerhorchi <vdr@jwendel.de>2017-12-20 07:57:05 +0100
commit403f126e5da6d1811d981d5773d0a0772b99acc1 (patch)
tree10e9559baf3e008cb329369794053f4bf34d5eca /update.h
parent2819b6ccb4cbfd95459c2ec888c305b3355df54b (diff)
downloadvdr-plugin-epg2vdr-403f126e5da6d1811d981d5773d0a0772b99acc1.tar.gz
vdr-plugin-epg2vdr-403f126e5da6d1811d981d5773d0a0772b99acc1.tar.bz2
2017-12-19 version 1.1.74 (horchi)\n - added: recording detail query to service interface\n\n1.1.74
Diffstat (limited to 'update.h')
-rw-r--r--update.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.h b/update.h
index fe3b796..af90767 100644
--- a/update.h
+++ b/update.h
@@ -17,6 +17,7 @@
#include "lib/db.h"
#include "lib/epgservice.h"
#include "lib/vdrlocks.h"
+#include "lib/xml.h"
#include "epg2vdr.h"
#include "parameters.h"
@@ -87,6 +88,8 @@ class cEventDetails
int updateByRow(cDbRow* row);
int updateToRow(cDbRow* row);
+ static int row2Xml(cDbRow* row, cXml* xml);
+
private:
int changes;