summaryrefslogtreecommitdiffstats
path: root/src/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json.h b/src/json.h
index 1790d24..0d00679 100644
--- a/src/json.h
+++ b/src/json.h
@@ -105,6 +105,7 @@ struct og_cmd_json {
enum og_procedure_step_type {
OG_STEP_COMMAND = 0,
OG_STEP_PROCEDURE,
+ OG_STEP_TASK,
};
#define OG_PROCEDURE_STEPS_MAX 256