Ignore:
Timestamp:
Nov 23, 2005 8:55:37 PM (18 years ago)
Author:
bennylp
Message:

Added pj_cis_add_cis()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/scanner.h

    r77 r81  
    116116 */ 
    117117PJ_DECL(void) pj_cis_add_str( pj_cis_t *cis, const char *str); 
     118 
     119/** 
     120 * Add specification from another specification. 
     121 * 
     122 * @param cis       The specification is to be set. 
     123 * @param rhs       The specification to be copied. 
     124 */ 
     125PJ_DECL(void) pj_cis_add_cis( pj_cis_t *cis, const pj_cis_t *rhs); 
    118126 
    119127/** 
Note: See TracChangeset for help on using the changeset viewer.