diff options
author | Stef Walter <stef@memberwebs.com> | 2004-05-07 17:52:22 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-05-07 17:52:22 +0000 |
commit | 0bc8575dbfb281f5f5e9fb530247d29ba1f296fc (patch) | |
tree | 4e0eda73d880c01e9434b4f1ebb52f513119269b /daemon/digest.c | |
parent | c9b851b3194bf4bff6059e9ff471d125afc39c0f (diff) |
Protocol:
- version added to initial Ready
- Added SET command
- Added 202 Accept response
Some structure changes
Diffstat (limited to 'daemon/digest.c')
-rw-r--r-- | daemon/digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/digest.c b/daemon/digest.c index 5c53191..95f62f0 100644 --- a/daemon/digest.c +++ b/daemon/digest.c @@ -252,7 +252,7 @@ int digest_parse(char* header, ha_buffer_t* buf, digest_header_t* rec, return HA_OK; } -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) { unsigned char hash[MD5_LEN]; |