aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sam.h b/sam.h
index 0ea9c2f..e94b175 100644
--- a/sam.h
+++ b/sam.h
@@ -18,6 +18,8 @@ enum SamError {
SAM_ERR_MARK,
SAM_ERR_CONFLICT,
SAM_ERR_WRITE_CONFLICT,
+ SAM_ERR_LOOP_INVALID_CMD,
+ SAM_ERR_GROUP_INVALID_CMD,
};
bool sam_init(Vis*);