summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osd.h b/osd.h
index 7388ada..37eb6fb 100644
--- a/osd.h
+++ b/osd.h
@@ -60,6 +60,8 @@ private:
void ProcessImage(unsigned char * data, int length);
void ShowChannelInfo(const cChannel * channel, bool show = true);
+ void Stop(void);
+ void SwapChannels(void);
protected:
virtual void Action(void);
virtual void ChannelSwitch(const cDevice * device, int channelNumber);