diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-05-15 21:37:48 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-05-15 21:37:48 +0200 |
commit | 9aa6949e5f98e580f91320bb7255f985b5bd6103 (patch) | |
tree | f27c7c6f06d662f755a2f04066f0c2844199c46d /plugin/status.h | |
parent | 45a400d45adb2314952eb23dd3a7feb6c4b9526c (diff) | |
download | vdr-plugin-markad-9aa6949e5f98e580f91320bb7255f985b5bd6103.tar.gz vdr-plugin-markad-9aa6949e5f98e580f91320bb7255f985b5bd6103.tar.bz2 |
Fixed various things
Diffstat (limited to 'plugin/status.h')
-rw-r--r-- | plugin/status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/status.h b/plugin/status.h index 238de3b..8ce9b45 100644 --- a/plugin/status.h +++ b/plugin/status.h @@ -55,7 +55,8 @@ public: actpos=0; } bool GetNextActive(struct recs **RecEntry); - bool Start(const char *FileName, const char *Name, bool Direct=false); + bool Start(const char *FileName, const char *Name, const bool Direct=false, + const int tStart=0, const int tStop=0); }; #endif |