summaryrefslogtreecommitdiff
path: root/imon.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2009-06-04 16:07:16 +0200
committeranbr <vdr07@deltab.de>2009-06-04 16:07:16 +0200
commit5ef2e1726de737db6fb35912901b9c9d73a5014d (patch)
tree83be192e7847dfcb04b7544367aa6e744e591402 /imon.h
parent603be1f41b0703d35dba6ba512a0d0893a69ecb9 (diff)
downloadvdr-plugin-imonlcd-5ef2e1726de737db6fb35912901b9c9d73a5014d.tar.gz
vdr-plugin-imonlcd-5ef2e1726de737db6fb35912901b9c9d73a5014d.tar.bz2
add eexit mode with setup wakeup time and showing clock.
Diffstat (limited to 'imon.h')
-rw-r--r--imon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imon.h b/imon.h
index 36f705f..6e38217 100644
--- a/imon.h
+++ b/imon.h
@@ -112,7 +112,7 @@ protected:
int lengthToPixels(int length);
bool SendCmd(const uint64_t & cmdData);
- bool SendCmdClock();
+ bool SendCmdClock(time_t tAlarm);
bool SendCmdShutdown();
bool Contrast(int nContrast);
public: