mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:43:08 +03:00
Better Digest stuff
This commit is contained in:
parent
9f69deec7d
commit
a39d77227f
5 changed files with 38 additions and 10 deletions
|
|
@ -43,4 +43,6 @@ CURLdigest Curl_input_digest(struct connectdata *conn, char *header);
|
|||
CURLcode Curl_output_digest(struct connectdata *conn,
|
||||
unsigned char *request,
|
||||
unsigned char *uripath);
|
||||
void Curl_digest_cleanup(struct SessionHandle *data);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue