Index: nss/lib/pk11wrap/secmodi.h |
=================================================================== |
--- nss/lib/pk11wrap/secmodi.h (revision 239365) |
+++ nss/lib/pk11wrap/secmodi.h (working copy) |
@@ -94,8 +94,6 @@ |
CK_ATTRIBUTE *inTemplate,int tsize); |
CK_OBJECT_HANDLE *pk11_FindObjectsByTemplate(PK11SlotInfo *slot, |
CK_ATTRIBUTE *inTemplate,int tsize, int *objCount); |
-SECStatus PK11_UpdateSlotAttribute(PK11SlotInfo *slot, |
- PK11DefaultArrayEntry *entry, PRBool add); |
#define PK11_GETTAB(x) ((CK_FUNCTION_LIST_PTR)((x)->functionList)) |
#define PK11_SETATTRS(x,id,v,l) (x)->type = (id); \ |