Changeset 1958 for pjproject/trunk/pjlib/include/pj/list.h
- Timestamp:
- May 16, 2008 1:27:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/list.h
r974 r1958 257 257 * @return Number of elements. 258 258 */ 259 PJ_IDECL(pj_size_t) pj_list_size( pj_list_type *list);259 PJ_IDECL(pj_size_t) pj_list_size(const pj_list_type *list); 260 260 261 261
Note: See TracChangeset
for help on using the changeset viewer.