proper header added

This commit is contained in:
Daniel Stenberg 2003-05-22 16:23:27 +00:00
parent 87f8c0d471
commit 00a7c6fe6b
2 changed files with 28 additions and 0 deletions

View file

@ -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