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

Ticket #415: implement IPv6 support in PJLIB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/errno.c

    r1469 r1585  
    7272    PJ_BUILD_ERR(PJ_ETOOSMALL,     "Size is too short"), 
    7373    PJ_BUILD_ERR(PJ_EIGNORED,      "Ignored"), 
     74    PJ_BUILD_ERR(PJ_EIPV6NOTSUP,   "IPv6 is not supported") 
    7475}; 
    7576#endif  /* PJ_HAS_ERROR_STRING */ 
Note: See TracChangeset for help on using the changeset viewer.