diff options
author | lordjaxom <lordjaxom> | 2004-12-12 19:53:30 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-12 19:53:30 +0000 |
commit | 3b0999969632e2820b846ca8adcef6b346ff7441 (patch) | |
tree | 1582ed7db886839ea06c226e228eade0516f60c2 /xml/function.h | |
parent | e4c359b5c303cecfc49fb82799805da9fee8dadb (diff) | |
download | vdr-plugin-text2skin-3b0999969632e2820b846ca8adcef6b346ff7441.tar.gz vdr-plugin-text2skin-3b0999969632e2820b846ca8adcef6b346ff7441.tar.bz2 |
1.0-pre3v1.0-pre3
Diffstat (limited to 'xml/function.h')
-rw-r--r-- | xml/function.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xml/function.h b/xml/function.h index a7d8838..49928af 100644 --- a/xml/function.h +++ b/xml/function.h @@ -27,7 +27,8 @@ public: fun_or = INTERNAL + 3, fun_eq = INTERNAL + 4, fun_file = INTERNAL + 5, - fun_trans = INTERNAL + 6 + fun_trans = INTERNAL + 6, + fun_plugin = INTERNAL + 7 }; static const std::string False; @@ -42,6 +43,7 @@ private: protected: const std::string &FunFile(const std::string &Param) const; + std::string FunPlugin(const std::string &Param) const; public: cxFunction(void); |