Changeset 265 for libyaml/trunk/include/yaml.h
- Timestamp:
- 12/27/07 16:11:27 (5 years ago)
- File:
-
- 1 edited
-
libyaml/trunk/include/yaml.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/include/yaml.h
r264 r265 1542 1542 * @param[in,out] emitter An emitter object. 1543 1543 * @param[in] buffer An output buffer. 1544 * @param[in] capacity The buffer size. 1544 1545 * @param[in] length The pointer to save the number of written 1545 1546 * bytes. 1546 * @param[in] capacity The buffer size.1547 1547 */ 1548 1548 1549 1549 YAML_DECLARE(void) 1550 1550 yaml_emitter_set_string_writer(yaml_emitter_t *emitter, 1551 unsigned char *buffer, size_t *length, size_t capacity);1551 unsigned char *buffer, size_t capacity, size_t *length); 1552 1552 1553 1553 /**
Note: See TracChangeset
for help on using the changeset viewer.
