diff options
Diffstat (limited to 'security/nss/lib/dev/dev.h')
-rw-r--r-- | security/nss/lib/dev/dev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/nss/lib/dev/dev.h b/security/nss/lib/dev/dev.h index e25d5bb28..3102817eb 100644 --- a/security/nss/lib/dev/dev.h +++ b/security/nss/lib/dev/dev.h @@ -158,6 +158,12 @@ nssSlot_Destroy NSSSlot *slot ); +NSS_EXTERN PRBool +nssSlot_IsPermanent +( + NSSSlot *slot +); + NSS_EXTERN PRStatus nssSlot_Refresh ( |