diff options
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: |