diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-22 16:23:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-22 16:23:27 +0000 |
commit | 00a7c6fe6b212684d37a6f004623ed7342f65890 (patch) | |
tree | 07d9d96cadd595438d4d20cd6a22c6eab560b8bd /lib/http_digest.h | |
parent | 87f8c0d471929163de9dd915e25c1eb135b1f265 (diff) | |
download | curl-00a7c6fe6b212684d37a6f004623ed7342f65890.tar.gz |
proper header added
Diffstat (limited to 'lib/http_digest.h')
-rw-r--r-- | lib/http_digest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/http_digest.h b/lib/http_digest.h index f4204c40d..622567361 100644 --- a/lib/http_digest.h +++ b/lib/http_digest.h @@ -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 |