summaryrefslogtreecommitdiff
path: root/lib/http_digest.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-06-03 19:54:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-06-03 19:54:17 +0200
commitadeac15d8e1946fd2e3df9c7abebe8823437fc3c (patch)
tree3720870d8a625e970a155bca7955ae2e8f63825c /lib/http_digest.h
parent5d4e5593d5178a716b21c74648077171c7192905 (diff)
downloadcurl-adeac15d8e1946fd2e3df9c7abebe8823437fc3c.tar.gz
digest_cleanup_one: made private
Diffstat (limited to 'lib/http_digest.h')
-rw-r--r--lib/http_digest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/http_digest.h b/lib/http_digest.h
index 8c96378d6..75fcba929 100644
--- a/lib/http_digest.h
+++ b/lib/http_digest.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -46,7 +46,6 @@ CURLcode Curl_output_digest(struct connectdata *conn,
bool proxy,
const unsigned char *request,
const unsigned char *uripath);
-void Curl_digest_cleanup_one(struct digestdata *dig);
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_CRYPTO_AUTH)
void Curl_digest_cleanup(struct SessionHandle *data);