Export SECU_GetModulePassword

This commit is contained in:
Elio Maldonado 2008-10-26 23:28:11 +00:00
parent 5d565bb378
commit 024d17d7f2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ typedef struct {
extern char *SECU_FilePasswd(PK11SlotInfo *slot, PRBool retry, void *arg);
extern char *SECU_NoPassword(PK11SlotInfo *slot, PRBool retry, void *arg);
extern char *SECU_GetModulePassword(PK11SlotInfo *slot, PRBool retry, void *arg);
/* print out an error message */
extern void SECU_PrintError(char *progName, char *msg, ...);