Fix for 265373 , missing function declaration

git-svn-id: svn://10.0.0.236/branches/NSS_3_9_BRANCH@164139 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
julien.pierre.bugs%sun.com
2004-10-21 03:35:01 +00:00
parent acb317d977
commit 23324aca14

View File

@@ -32,7 +32,7 @@
*/
#ifdef DEBUG
static const char CVS_ID[] = "@(#) $RCSfile: pki3hack.c,v $ $Revision: 1.79.14.2 $ $Date: 2004-07-29 22:53:33 $ $Name: not supported by cvs2svn $";
static const char CVS_ID[] = "@(#) $RCSfile: pki3hack.c,v $ $Revision: 1.79.14.3 $ $Date: 2004-10-21 03:35:01 $ $Name: not supported by cvs2svn $";
#endif /* DEBUG */
/*
@@ -70,6 +70,7 @@ static const char CVS_ID[] = "@(#) $RCSfile: pki3hack.c,v $ $Revision: 1.79.14.2
#include "pk11func.h"
#include "pkistore.h"
#include "secmod.h"
#include "nssrwlk.h"
NSSTrustDomain *g_default_trust_domain = NULL;