aboutsummaryrefslogtreecommitdiff
path: root/lib/http_digest.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-22 16:23:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-22 16:23:27 +0000
commit00a7c6fe6b212684d37a6f004623ed7342f65890 (patch)
tree07d9d96cadd595438d4d20cd6a22c6eab560b8bd /lib/http_digest.h
parent87f8c0d471929163de9dd915e25c1eb135b1f265 (diff)
proper header added
Diffstat (limited to 'lib/http_digest.h')
-rw-r--r--lib/http_digest.h3
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