diff options
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.h 1.16 2004/02/13 15:16:36 kls Exp $ + * $Id: channels.h 1.17 2004/04/03 13:40:47 kls Exp $ */ #ifndef __CHANNELS_H @@ -203,4 +203,6 @@ public: extern cChannels Channels; +const char *ChannelString(const cChannel *Channel, int Number); + #endif //__CHANNELS_H |