diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-03-23 19:23:58 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-03-23 19:23:58 +0100 |
commit | b7d2d7581f5a287ae8104ae06ece2129c0aadbc5 (patch) | |
tree | 1f9141ac8f25eca66a25eaf880cd76ef49164074 /epgsearchtools.h | |
parent | fd47a9dce6ae3e04776b8d76d68e4c43a9a08320 (diff) | |
download | vdr-plugin-epgsearch-b7d2d7581f5a287ae8104ae06ece2129c0aadbc5.tar.gz vdr-plugin-epgsearch-b7d2d7581f5a287ae8104ae06ece2129c0aadbc5.tar.bz2 |
autoconfig and autodetecting mail encoding
Diffstat (limited to 'epgsearchtools.h')
-rw-r--r-- | epgsearchtools.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearchtools.h b/epgsearchtools.h index 7451b0d..b21b386 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -171,6 +171,7 @@ string MD5(const string& input); time_t GetDateTime(time_t day, int start); void SetAux(cTimer* timer, string aux); int msprintf(char **strp, const char *fmt, ...); +std::string GetCodeset(); // --- cTimerObj -------------------------------------------------------- class cTimerObj : public cListObject { |