summaryrefslogtreecommitdiff
path: root/lib/ssluse.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-06-07 14:14:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-06-07 14:14:04 +0000
commit2bd3033f681eb3cb204f285bd0b2f0b8aa176c7e (patch)
treea172d19de2e4f69196e233d4f0e0926a6ee43f6d /lib/ssluse.h
parentfe105a07e35efa74e77e90222c1614748bd31ce8 (diff)
downloadcurl-2bd3033f681eb3cb204f285bd0b2f0b8aa176c7e.tar.gz
NTLM2 session response support
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r--lib/ssluse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssluse.h b/lib/ssluse.h
index 5cc2f700e..d33ac3878 100644
--- a/lib/ssluse.h
+++ b/lib/ssluse.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2006, 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
@@ -63,7 +63,7 @@ ssize_t Curl_ossl_recv(struct connectdata *conn, /* connection data */
bool *wouldblock);
size_t Curl_ossl_version(char *buffer, size_t size);
-
int Curl_ossl_check_cxn(struct connectdata *cxn);
+int Curl_ossl_seed(struct SessionHandle *data);
#endif