Index: net/third_party/nss/ssl/bodge/secitem_array.h |
=================================================================== |
--- net/third_party/nss/ssl/bodge/secitem_array.h (revision 0) |
+++ net/third_party/nss/ssl/bodge/secitem_array.h (revision 0) |
@@ -0,0 +1,25 @@ |
+/* This Source Code Form is subject to the terms of the Mozilla Public |
+ * License, v. 2.0. If a copy of the MPL was not distributed with this |
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
+ |
+#ifndef _SECITEM_ARRAY_H_ |
+#define _SECITEM_ARRAY_H_ |
+ |
+#include "utilrename.h" |
+ |
+#include "plarena.h" |
+#include "seccomon.h" |
+#include "../sslt.h" |
+ |
+SEC_BEGIN_PROTOS |
+ |
+extern SECItemArray *SECITEM_AllocArray(PLArenaPool *arena, |
+ SECItemArray *array, |
+ unsigned int len); |
+extern SECItemArray *SECITEM_DupArray(PLArenaPool *arena, const SECItemArray *from); |
+extern void SECITEM_FreeArray(SECItemArray *array, PRBool freeit); |
+extern void SECITEM_ZfreeArray(SECItemArray *array, PRBool freeit); |
+ |
+SEC_END_PROTOS |
+ |
+#endif /* _SECITEM_ARRAY_H_ */ |
Property changes on: net/third_party/nss/ssl/bodge/secitem_array.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |