summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11func.h
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2003-01-10 17:53:01 +0000
committerrelyea%netscape.com <devnull@localhost>2003-01-10 17:53:01 +0000
commitfc3c490200297bfec4b81b3a75f1c8ce60405b7a (patch)
tree02e649c584ab5cf645039f3ec0cc20a4ae1ccf7a /security/nss/lib/pk11wrap/pk11func.h
parentd75977416b2e8b86a0c5501d038d97d60fc15594 (diff)
downloadnss-hg-fc3c490200297bfec4b81b3a75f1c8ce60405b7a.tar.gz
Declare PK11_TokenRefresh()
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11func.h')
-rw-r--r--security/nss/lib/pk11wrap/pk11func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/pk11wrap/pk11func.h b/security/nss/lib/pk11wrap/pk11func.h
index 9f91085cf..f80d99bda 100644
--- a/security/nss/lib/pk11wrap/pk11func.h
+++ b/security/nss/lib/pk11wrap/pk11func.h
@@ -130,6 +130,7 @@ SECStatus pk11_CheckVerifyTest(PK11SlotInfo *slot);
SECStatus PK11_InitToken(PK11SlotInfo *slot, PRBool loadCerts);
SECStatus PK11_Authenticate(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
void PK11_InitSlot(SECMODModule *mod,CK_SLOT_ID slotID,PK11SlotInfo *slot);
+SECStatus PK11_TokenRefresh(PK11SlotInfo *slot);
/******************************************************************