Ignore:
Timestamp:
Dec 1, 2007 8:52:57 AM (16 years ago)
Author:
bennylp
Message:

More ticket #415: more IPv6 and some reorganization of the source codes

File:
1 edited

Legend:

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

    r1585 r1601  
    315315 */ 
    316316#define PJ_EIPV6NOTSUP      (PJ_ERRNO_START_STATUS + 21)/* 70021 */ 
     317/** 
     318 * @hideinitializer 
     319 * Unsupported address family 
     320 */ 
     321#define PJ_EAFNOTSUP        (PJ_ERRNO_START_STATUS + 22)/* 70022 */ 
    317322 
    318323/** @} */   /* pj_errnum */ 
Note: See TracChangeset for help on using the changeset viewer.