libidav/davqlparser.h

changeset 365
f04ab0420512
parent 359
bacb54502b24
child 747
efbd59642577
--- a/libidav/davqlparser.h	Thu Feb 01 16:31:24 2018 +0100
+++ b/libidav/davqlparser.h	Thu Feb 01 18:25:23 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2018 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -281,6 +281,10 @@
      * DAV_DEPTH_PLACEHOLDER for a placeholder.
      */
     int depth;
+    /**
+     * A list of all required arguments
+     */
+    UcxList* args;
 } DavQLStatement;
 
 /** Infinity recursion depth for a DavQLStatement. */

mercurial