Index: nss/lib/pk11wrap/pk11pub.h |
=================================================================== |
--- nss/lib/pk11wrap/pk11pub.h (revision 239365) |
+++ nss/lib/pk11wrap/pk11pub.h (working copy) |
@@ -770,9 +770,9 @@ |
/********************************************************************** |
* Functions to manage secmod flags |
**********************************************************************/ |
-PK11DefaultArrayEntry * PK11_GetDefaultArray(int *); |
-SECStatus PK11_UpdateSlotAttribute(PK11SlotInfo *, PK11DefaultArrayEntry *, |
- PRBool ); |
+PK11DefaultArrayEntry *PK11_GetDefaultArray(int *size); |
+SECStatus PK11_UpdateSlotAttribute(PK11SlotInfo *slot, |
+ PK11DefaultArrayEntry *entry, PRBool add); |
/********************************************************************** |
* Functions to look at PKCS #11 dependent data |