Bug 245915: Add NSS_IsInitialized prototype to header.

git-svn-id: svn://10.0.0.236/trunk@162458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
saul.edwards%sun.com 2004-09-16 16:31:45 +00:00
parent 5f955f5683
commit a4245ddc54

View File

@ -36,7 +36,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* $Id: nss.h,v 1.37 2004-04-27 23:04:38 gerv%gerv.net Exp $ */
/* $Id: nss.h,v 1.38 2004-09-16 16:31:45 saul.edwards%sun.com Exp $ */
#ifndef __nss_h_
#define __nss_h_
@ -79,6 +79,11 @@ extern PRBool NSS_VersionCheck(const char *importedVersion);
*/
extern SECStatus NSS_Init(const char *configdir);
/*
* Returns whether NSS has already been initialized or not.
*/
extern PRBool NSS_IsInitialized(void);
/*
* Open the Cert, Key, and Security Module databases, read/write.
* Initialize the Random Number Generator.