зеркало из https://github.com/mozilla/pjs.git
Bug 278276 Slot List Elements cannot be freed by applications.
wtchang: review+ julien.pierre.bugs: superreview+
This commit is contained in:
Родитель
54ff4e6077
Коммит
e235cbe797
|
@ -58,6 +58,7 @@ SEC_BEGIN_PROTOS
|
||||||
* Generic Slot Lists Management
|
* Generic Slot Lists Management
|
||||||
************************************************************/
|
************************************************************/
|
||||||
void PK11_FreeSlotList(PK11SlotList *list);
|
void PK11_FreeSlotList(PK11SlotList *list);
|
||||||
|
SECStatus PK11_FreeSlotListElement(PK11SlotList *list, PK11SlotListElement *le);
|
||||||
PK11SlotListElement * PK11_GetFirstSafe(PK11SlotList *list);
|
PK11SlotListElement * PK11_GetFirstSafe(PK11SlotList *list);
|
||||||
PK11SlotListElement *PK11_GetNextSafe(PK11SlotList *list,
|
PK11SlotListElement *PK11_GetNextSafe(PK11SlotList *list,
|
||||||
PK11SlotListElement *le, PRBool restart);
|
PK11SlotListElement *le, PRBool restart);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче