Ignore:
Timestamp:
Feb 19, 2006 1:28:21 AM (18 years ago)
Author:
bennylp
Message:

Added pj_list_size()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/list.h

    r107 r192  
    251251 
    252252/** 
     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 */ 
     259PJ_IDECL(pj_size_t) pj_list_size(pj_list_type *list); 
     260 
     261 
     262/** 
    253263 * @} 
    254264 */ 
Note: See TracChangeset for help on using the changeset viewer.