Chromium Code Reviews| Index: nss/lib/util/secitem.h |
| =================================================================== |
| --- nss/lib/util/secitem.h (revision 195639) |
| +++ nss/lib/util/secitem.h (working copy) |
| @@ -90,6 +90,12 @@ |
| PRIntn PR_CALLBACK SECITEM_HashCompare ( const void *k1, const void *k2); |
| +extern SECItemArray *SECITEM_AllocArray(PLArenaPool *arena, |
| + SECItemArray *array, |
| + unsigned int len); |
| +extern SECItemArray *SECITEM_DupArray(PLArenaPool *arena, const SECItemArray *from); |
|
wtc
2013/04/24 22:49:45
Fold the long line.
|
| +extern void SECITEM_FreeArray(SECItemArray *array, PRBool freeit); |
| +extern void SECITEM_ZfreeArray(SECItemArray *array, PRBool freeit); |
| SEC_END_PROTOS |