summaryrefslogtreecommitdiff
path: root/views/viewhelpers.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-11-15 16:24:07 +0100
committerlouis <louis.braun@gmx.de>2014-11-15 16:24:07 +0100
commit5d715edba1256fc31bf846e9d5e5b2a5fb152aff (patch)
treefdbbc9dce91cded228e6236c1ec0914aa47267dc /views/viewhelpers.h
parentc53e9e3a05ce74c47b6931907a655a0863a8478d (diff)
downloadvdr-plugin-skindesigner-5d715edba1256fc31bf846e9d5e5b2a5fb152aff.tar.gz
vdr-plugin-skindesigner-5d715edba1256fc31bf846e9d5e5b2a5fb152aff.tar.bz2
added {newmails} Token in displaychannel statusinfo
Diffstat (limited to 'views/viewhelpers.h')
-rw-r--r--views/viewhelpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/viewhelpers.h b/views/viewhelpers.h
index 4de9ce8..7946b53 100644
--- a/views/viewhelpers.h
+++ b/views/viewhelpers.h
@@ -10,6 +10,7 @@ private:
protected:
void InitDevices(void);
bool SetDevices(bool initial, map<string,int> *intTokens, vector<map<string,string> > *devices);
+ bool CheckNewMails(void);
public:
cViewHelpers(void);
virtual ~cViewHelpers(void);