Code

frontend: Added sdb_fe_parse_expr().
[sysdb.git] / src / include / frontend / proto.h
index 5e3019cf0ba4e6fad0d410f663108fa51018b7ca..3819e3f07ce953309c73265a8f81c82a9fd5e924 100644 (file)
@@ -249,11 +249,17 @@ typedef enum {
         * Command subcomponents.
         */
 
+       /*
+        * CONNECTION_MATCHER:
+        * A parsed matcher. Only used internally.
+        */
+       CONNECTION_MATCHER = 100,
+
        /*
         * CONNECTION_EXPR:
         * A parsed expression. Only used internally.
         */
-       CONNECTION_EXPR = 100,
+       CONNECTION_EXPR,
 } sdb_conn_state_t;
 
 #ifdef __cplusplus