From b84896bc9b7f69be22b4fb6eb726d75be0f19ab3 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 21 Mar 2002 14:48:58 +0000 Subject: [PATCH] Bug 132461: restored the declaration of SECMOD_LoadModule. --- security/nss/lib/pk11wrap/secmod.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/nss/lib/pk11wrap/secmod.h b/security/nss/lib/pk11wrap/secmod.h index f147fda43a8..303e3fe5862 100644 --- a/security/nss/lib/pk11wrap/secmod.h +++ b/security/nss/lib/pk11wrap/secmod.h @@ -81,6 +81,9 @@ SEC_BEGIN_PROTOS */ /* Initialization */ +extern SECMODModule *SECMOD_LoadModule(char *moduleSpec,SECMODModule *parent, + PRBool recurse); + extern SECMODModule *SECMOD_LoadUserModule(char *moduleSpec,SECMODModule *parent, PRBool recurse);