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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/digest.h b/digest.h
index bef35b8..c037fcd 100644
--- a/digest.h
+++ b/digest.h
@@ -4,6 +4,7 @@
  */
 enum mog_digest_next {
         MOG_DIGEST_CONTINUE = 0,
+        MOG_DIGEST_YIELD,
         MOG_DIGEST_EOF,
         MOG_DIGEST_ERROR
 };