aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/nssg.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/nssg.h')
-rw-r--r--lib/vtls/nssg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h
index f6062f317..40b937524 100644
--- a/lib/vtls/nssg.h
+++ b/lib/vtls/nssg.h
@@ -39,7 +39,7 @@ void Curl_nss_close(struct connectdata *conn, int sockindex);
/* tell NSS to close down all open information regarding connections (and
thus session ID caching etc) */
-int Curl_nss_close_all(struct SessionHandle *data);
+void Curl_nss_close_all(struct SessionHandle *data);
int Curl_nss_init(void);
void Curl_nss_cleanup(void);