Ignore:
Timestamp:
Nov 18, 2007 2:53:47 PM (17 years ago)
Author:
bennylp
Message:

Ticket #415: implement IPv6 support in PJLIB

File:
1 edited

Legend:

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

    r1469 r1585  
    310310 */ 
    311311#define PJ_EIGNORED         (PJ_ERRNO_START_STATUS + 20)/* 70020 */ 
     312/** 
     313 * @hideinitializer 
     314 * IPv6 is not supported 
     315 */ 
     316#define PJ_EIPV6NOTSUP      (PJ_ERRNO_START_STATUS + 21)/* 70021 */ 
    312317 
    313318/** @} */   /* pj_errnum */ 
Note: See TracChangeset for help on using the changeset viewer.