comparison cinst/nss-secitemlist.h @ 493:48d7b956bd98

Change loop order of installation to only call NSS_Initialize once per db
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 24 Apr 2014 17:04:49 +0000
parents 17e1c8f37d72
children 78798d3af8f0
comparison
equal deleted inserted replaced
492:dcb014e7d32f 493:48d7b956bd98
42 * @retruns the removed item, or NULL if list is empty. 42 * @retruns the removed item, or NULL if list is empty.
43 * The caller shoud free this item after use. 43 * The caller shoud free this item after use.
44 */ 44 */
45 SECItem *seciteml_pop (seciteml_t **list); 45 SECItem *seciteml_pop (seciteml_t **list);
46 46
47 /**
48 * @brief Free a secitem list
49 *
50 * Frees a secitem list
51 *
52 * @param[inout] list pointer to the list which should be freed. set to NULL
53 */
54 void seciteml_free (seciteml_t **list);
55
56
47 #endif 57 #endif

http://wald.intevation.org/projects/trustbridge/