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