summaryrefslogtreecommitdiff
path: root/daemon/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/digest.h')
-rw-r--r--daemon/digest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/digest.h b/daemon/digest.h
index 86360c7..af8a1d7 100644
--- a/daemon/digest.h
+++ b/daemon/digest.h
@@ -73,7 +73,7 @@ int digest_check(digest_context_t* dg, const ha_context_t* opts, ha_buffer_t* bu
int digest_pre_check(digest_context_t* dg, const ha_context_t* opts, ha_buffer_t* buf);
/* This assumes a digest_context that's been prechecked successfully */
-int digest_complete_check(digest_context_t* dg, ha_buffer_t* buf);
+int digest_complete_check(digest_context_t* dg, const ha_context_t* opts, ha_buffer_t* buf);
/* This assumes a digest_context that's been checked and validated successfully */
const char* digest_respond(digest_context_t* dg, ha_buffer_t* buf, unsigned char* next);