diff -r b156cae29e65 -r 7072a2b4ae35 libidav/davqlparser.h --- a/libidav/davqlparser.h Sat May 30 21:43:36 2015 +0200 +++ b/libidav/davqlparser.h Tue Jun 02 10:07:20 2015 +0200 @@ -40,7 +40,7 @@ /** * Enumeration of possible statement types. */ -typedef enum {DAVQL_ERROR, DAVQL_GET, DAVQL_SET} davqltype_t; +typedef enum {DAVQL_ERROR, DAVQL_SELECT, DAVQL_SET} davqltype_t; /** * Enumeration of possible token classes. @@ -135,7 +135,7 @@ /** * The field name. * */ @@ -143,7 +143,7 @@ /** * The field expression. * */ @@ -215,9 +215,9 @@ * arbitrary amount of optional spaces between two symbols if they are not part * of an literal or identifier. * - * GET: + * SELECT: *
- * GetStatement = "get ", FieldExpressions,
+ * SelectStatement = "select ", FieldExpressions,
  * " from ", Path,
  * [" with ", WithClause],
  * [" where ", LogicalExpression],