summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
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;