From 80b0e2c0fdad108454ae87130496f595f0b81b81 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 7 May 2004 22:02:29 +0000 Subject: - Reworked the internal API - Added common functions for trimming - Debugging - Reworked the module to the new protocol --- daemon/digest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/digest.h') diff --git a/daemon/digest.h b/daemon/digest.h index de5dae3..8b3ecdf 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, const ha_context_opts_t* opts, +int digest_check(digest_header_t* dg, digest_record_t* rec, const ha_context_t* opts, ha_buffer_t* buf, const char* method, const char* uri); const char* digest_respond(ha_buffer_t* buf, digest_header_t* dg, -- cgit v1.2.3