Changeset 81 for pjproject/trunk/pjlib-util/include/pjlib-util/scanner.h
- Timestamp:
- Nov 23, 2005 8:55:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/include/pjlib-util/scanner.h
r77 r81 116 116 */ 117 117 PJ_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 */ 125 PJ_DECL(void) pj_cis_add_cis( pj_cis_t *cis, const pj_cis_t *rhs); 118 126 119 127 /**
Note: See TracChangeset
for help on using the changeset viewer.