diff options
author | lordjaxom <lordjaxom> | 2005-01-11 18:17:46 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-11 18:17:46 +0000 |
commit | 39a4f6eb0663e6abfe9410aff71c1cbfbcf4a7fa (patch) | |
tree | d9ec0872ac1ea2db41d99678371e0e6c094fc290 /xml/function.h | |
parent | 938cc4d3dd643dcbdb8ba8d8c6a94692b962018e (diff) | |
download | vdr-plugin-text2skin-39a4f6eb0663e6abfe9410aff71c1cbfbcf4a7fa.tar.gz vdr-plugin-text2skin-39a4f6eb0663e6abfe9410aff71c1cbfbcf4a7fa.tar.bz2 |
- added and implemented function ne (not equal)
Diffstat (limited to 'xml/function.h')
-rw-r--r-- | xml/function.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/function.h b/xml/function.h index 8c14a48..72b887c 100644 --- a/xml/function.h +++ b/xml/function.h @@ -1,5 +1,5 @@ /* - * $Id: function.h,v 1.7 2005/01/08 00:08:21 lordjaxom Exp $ + * $Id: function.h,v 1.8 2005/01/11 18:17:46 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_FUNCTION_H @@ -33,6 +33,7 @@ public: fun_lt = INTERNAL + 9, fun_ge = INTERNAL + 10, fun_le = INTERNAL + 11, + fun_ne = INTERNAL + 12, }; private: |