Ignore:
Timestamp:
Jul 22, 2006 1:42:56 PM (18 years ago)
Author:
bennylp
Message:

Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used

File:
1 edited

Legend:

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

    r548 r622  
    220220#if defined(PJ_HAS_TCP) && PJ_HAS_TCP != 0 
    221221    PJ_IOQUEUE_OP_ACCEPT        = 64,   /**< accept() operation.    */ 
    222     PJ_IOQUEUE_OP_CONNECT       = 128,  /**< connect() operation.   */ 
     222    PJ_IOQUEUE_OP_CONNECT       = 128   /**< connect() operation.   */ 
    223223#endif  /* PJ_HAS_TCP */ 
    224224} pj_ioqueue_operation_e; 
Note: See TracChangeset for help on using the changeset viewer.