summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mock-variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mock-variables.h b/include/mock-variables.h
index 3f282a68..9f276e63 100644
--- a/include/mock-variables.h
+++ b/include/mock-variables.h
@@ -122,6 +122,7 @@ typedef enum {
DELETE,
APPEND,
REPLACE,
+ GET,
} mock_variable_op_t;
static inline const char *
@@ -133,6 +134,7 @@ format_var_op(mock_variable_op_t op)
"DELETE",
"APPEND",
"REPLACE",
+ "GET",
NULL
};