aboutsummaryrefslogtreecommitdiff
path: root/lib/gtls.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gtls.h')
-rw-r--r--lib/gtls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gtls.h b/lib/gtls.h
index 4e7025c89..bff3f8693 100644
--- a/lib/gtls.h
+++ b/lib/gtls.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2007, 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
@@ -41,5 +41,6 @@ ssize_t Curl_gtls_recv(struct connectdata *conn, /* connection data */
bool *wouldblock);
void Curl_gtls_session_free(void *ptr);
size_t Curl_gtls_version(char *buffer, size_t size);
+int Curl_gtls_shutdown(struct connectdata *conn, int sockindex);
#endif