libidav/davqlparser.h

changeset 111
39f4c5fcaa60
parent 108
0199f13c7fe2
child 113
412b06dc0162
--- a/libidav/davqlparser.h	Tue May 19 10:46:32 2015 +0200
+++ b/libidav/davqlparser.h	Tue May 19 14:04:48 2015 +0200
@@ -295,6 +295,9 @@
 /** An expression has been expected, but was not found. */
 #define DAVQL_ERROR_MISSING_EXPR 12
 
+/** A closed parenthesis ')' is missing. */
+#define DAVQL_ERROR_MISSING_PAR 13
+
 /** The type of the expression could not be determined. */
 #define DAVQL_ERROR_INVALID_EXPR 21
 

mercurial