summaryrefslogtreecommitdiff
path: root/xml/function.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-12 19:53:30 +0000
committerlordjaxom <lordjaxom>2004-12-12 19:53:30 +0000
commit3b0999969632e2820b846ca8adcef6b346ff7441 (patch)
tree1582ed7db886839ea06c226e228eade0516f60c2 /xml/function.h
parente4c359b5c303cecfc49fb82799805da9fee8dadb (diff)
downloadvdr-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.h4
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);