decoder.h
branchtrunk
changeset 2 4c1f7b705009
parent 0 474a1293c3c0
child 25 887faebaba0a
     1.1 --- a/decoder.h	Sat Dec 29 14:47:49 2007 +0100
     1.2 +++ b/decoder.h	Sat Dec 29 14:49:09 2007 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * MP3/MPlayer plugin to VDR (C++)
     1.6   *
     1.7 - * (C) 2001-2005 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or
    1.11   * modify it under the terms of the GNU General Public License
    1.12 @@ -148,6 +148,7 @@
    1.13    virtual void Action(void);
    1.14  public:
    1.15    cInfoCache(void);
    1.16 +  void Shutdown(void);
    1.17    void Save(bool force=false);
    1.18    void Load(void);
    1.19    bool Purge(void);