Ignore:
Timestamp:
Nov 7, 2005 3:47:28 PM (19 years ago)
Author:
bennylp
Message:

Added file I/O and file access API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/include/pj/pool.h

    r11 r18  
    127127struct pj_pool_t 
    128128{ 
    129     PJ_DECL_LIST_MEMBER(struct pj_pool_t); 
     129    PJ_DECL_LIST_MEMBER(struct pj_pool_t);  /**< Standard list elements.    */ 
    130130 
    131131    /** Pool name */ 
Note: See TracChangeset for help on using the changeset viewer.