Ignore:
Timestamp:
Feb 21, 2006 11:40:16 PM (18 years ago)
Author:
bennylp
Message:

Added pj_ansi/native/unicode_snprintf, and added comment in errno.h

File:
1 edited

Legend:

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

    r138 r206  
    302302 
    303303 
     304/* 
     305 * Below are list of error spaces that have been taken so far: 
     306 *  - PJSIP_ERRNO_START         (PJ_ERRNO_START_USER) 
     307 *  - PJMEDIA_ERRNO_START       (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE) 
     308 *  - PJSIP_SIMPLE_ERRNO_START  (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*2) 
     309 */ 
     310 
     311 
    304312PJ_END_DECL 
    305313 
Note: See TracChangeset for help on using the changeset viewer.