Ignore:
Timestamp:
Nov 7, 2005 3:47:28 PM (18 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/list.h

    r11 r18  
    4646 * @hideinitializer 
    4747 */ 
    48 #define PJ_DECL_LIST_MEMBER(type)  type *prev; /** List @a prev. */ \ 
    49                                    type *next  /** List @a next. */  
     48#define PJ_DECL_LIST_MEMBER(type)                       \ 
     49                                   /** List @a prev. */ \ 
     50                                   type *prev;          \ 
     51                                   /** List @a next. */ \ 
     52                                   type *next  
    5053 
    5154 
Note: See TracChangeset for help on using the changeset viewer.