diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-06-08 01:07:17 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-06-08 01:07:17 +0200 |
commit | d854dd0631fe01f12fe6edf09165a3df5841fb9a (patch) | |
tree | cd2684fb0fe8967a5b898e6d9e052c67ed28e678 /config.h | |
parent | 162820b474550d948c132c7d534e5a1c3f613946 (diff) | |
download | vdr-plugin-block-d854dd0631fe01f12fe6edf09165a3df5841fb9a.tar.gz vdr-plugin-block-d854dd0631fe01f12fe6edf09165a3df5841fb9a.tar.bz2 |
Tobias Grimm sent me some patches (thank you), according to
dist target, whitespaces and license information.
No features added/removed, no code changes.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ public: int MessageTimeout; int DetectionMethod; static int LastChannel; - + cSetupBlock(void); bool Parse(const char *Name, const char *Value); }; |