Ignore:
Timestamp:
May 16, 2008 1:27:46 PM (16 years ago)
Author:
bennylp
Message:

Modified pj_list_size() to take const argument instead

File:
1 edited

Legend:

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

    r974 r1958  
    257257 * @return          Number of elements. 
    258258 */ 
    259 PJ_IDECL(pj_size_t) pj_list_size(pj_list_type *list); 
     259PJ_IDECL(pj_size_t) pj_list_size(const pj_list_type *list); 
    260260 
    261261 
Note: See TracChangeset for help on using the changeset viewer.