From e31313b07f2f57e3fe8b3340ae410a7a13e71607 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 13 Mar 2001 23:31:32 +0000 Subject: Since all of the Mozilla libs (including NSPR and NSS) correctly handle 2001-03-13 Jeffrey Stedfast * camel.c (camel_init): Since all of the Mozilla libs (including NSPR and NSS) correctly handle reinitializations, we might as well init both NSPR and NSS in camel_init so we can be sure of that these libs have been initialized. (camel_shutdown): New function to call the NSS cleanup stuff. svn path=/trunk/; revision=8690 --- camel/camel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'camel/camel.h') diff --git a/camel/camel.h b/camel/camel.h index 6de1ae6462..fc50f3eb35 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -68,7 +68,9 @@ extern "C" { #include #include -gint camel_init (void); +gint camel_init (const char *certdb); + +void camel_shutdown (void); #ifdef __cplusplus } -- cgit v1.2.3