Skip to content

Commit

Permalink
Bug 132461: restored the declaration of SECMOD_LoadModule.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtc%netscape.com committed Mar 21, 2002
2 parents 6932ce1 + 954e3cc commit 72f4ab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions security/nss/lib/pk11wrap/secmod.h
Expand Up @@ -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);

Expand Down

0 comments on commit 72f4ab3

Please sign in to comment.