mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
proper header added
This commit is contained in:
parent
87f8c0d471
commit
00a7c6fe6b
2 changed files with 28 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#ifndef __HTTP_DIGEST_H
|
||||
#define __HTTP_DIGEST_H
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
|
|
@ -41,3 +43,4 @@ CURLdigest Curl_input_digest(struct connectdata *conn, char *header);
|
|||
CURLcode Curl_output_digest(struct connectdata *conn,
|
||||
unsigned char *request,
|
||||
unsigned char *uripath);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue