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 8eec901..de5dae3 100644
--- a/daemon/digest.h
+++ b/daemon/digest.h
@@ -42,7 +42,7 @@ int ha_digestparse(char* header, ha_buffer_t* buf, digest_header_t* rec,
int ha_digestnonce(time_t* tm, unsigned char* nonce);
-int digest_check(digest_header_t* dg, digest_record_t* rec, ha_options_t* opts,
+int digest_check(digest_header_t* dg, digest_record_t* rec, const ha_context_opts_t* opts,
ha_buffer_t* buf, const char* method, const char* uri);
const char* digest_respond(ha_buffer_t* buf, digest_header_t* dg,