summaryrefslogtreecommitdiff
path: root/ttools.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttools.h')
-rw-r--r--ttools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttools.h b/ttools.h
index 07f9382..9ee7171 100644
--- a/ttools.h
+++ b/ttools.h
@@ -37,6 +37,9 @@ int updateRowByTimer(cDbRow* timerDb, const cTimer* t);
cEpgTimer* newTimerObjectFromRow(cDbRow* timerRow, cDbRow* vdrRow);
int updateTimerObjectFromRow(cTimer* timer, cDbRow* timerRow, const cEvent* event);
+int enrichEvent(cEpgEvent* event, cDbTable* table, cDbStatement* select);
+cEpgEvent* createEventCopy(const cEvent* event);
+
//***************************************************************************
#endif // _TTOOLS_H_