about summary refs log tree commit homepage
path: root/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'digest.h')
-rw-r--r--digest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/digest.h b/digest.h
index bef35b8..a013efa 100644
--- a/digest.h
+++ b/digest.h
@@ -5,7 +5,8 @@
 enum mog_digest_next {
         MOG_DIGEST_CONTINUE = 0,
         MOG_DIGEST_EOF,
-        MOG_DIGEST_ERROR
+        MOG_DIGEST_ERROR,
+        MOG_DIGEST_ABORT
 };
 
 /* XXX gc_hash_handle is a typedef which hides a pointer, ugh... */