Mercurial > trustbridge
comparison cinst/nss-secitemlist.h @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | 48d7b956bd98 |
children | 2a1aa9df8f11 |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
37 | 37 |
38 /** | 38 /** |
39 * @brief Remove and return first SECItem from list | 39 * @brief Remove and return first SECItem from list |
40 * | 40 * |
41 * @param[inout] list pointer to the list to which the item will be added. | 41 * @param[inout] list pointer to the list to which the item will be added. |
42 * @retruns the removed item, or NULL if list is empty. | 42 * @returns 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 /** | 47 /** |