Changeset 192 for pjproject/trunk/pjlib/include/pj/list.h
- Timestamp:
- Feb 19, 2006 1:28:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/list.h
r107 r192 251 251 252 252 /** 253 * Traverse the list to get the number of elements in the list. 254 * 255 * @param list The list head. 256 * 257 * @return Number of elements. 258 */ 259 PJ_IDECL(pj_size_t) pj_list_size(pj_list_type *list); 260 261 262 /** 253 263 * @} 254 264 */
Note: See TracChangeset
for help on using the changeset viewer.