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