From e6999e9b3a5f584de2f40ca833effe5ff5636f6a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 29 Oct 2000 13:17:22 +0100 Subject: Implemented 'Schedules' menu --- interface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index 8d0f8f68..684adfec 100644 --- a/interface.h +++ b/interface.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: interface.h 1.16 2000/10/08 12:15:49 kls Exp $ + * $Id: interface.h 1.17 2000/10/29 12:32:12 kls Exp $ */ #ifndef __INTERFACE_H @@ -28,6 +28,8 @@ private: void QueryKeys(void); void HelpButton(int Index, const char *Text, eDvbColor FgColor, eDvbColor BgColor); eKeys Wait(int Seconds = 1, bool KeepChar = false); + eKeys DisplayDescription(const cEventInfo *EventInfo); + int WriteParagraph(int Line, const char *Text); public: cInterface(int SVDRPport = 0); ~cInterface(); -- cgit v1.2.3