Changeset 219 for libyaml/trunk/include/yaml.h
- Timestamp:
- 07/31/06 18:24:32 (6 years ago)
- Files:
-
- 1 modified
-
libyaml/trunk/include/yaml.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/include/yaml.h
r214 r219 418 418 * 419 419 * @param[in] event An empty event object. 420 * @param[in] encoding The stream encoding. 420 421 * 421 422 * @returns @c 1 if the function succeeded, @c 0 on error. … … 509 510 yaml_scalar_event_initialize(yaml_event_t *event, 510 511 yaml_char_t *anchor, yaml_char_t *tag, 511 yaml_char_t *value, size_t length,512 yaml_char_t *value, int length, 512 513 int plain_implicit, int quoted_implicit, 513 514 yaml_scalar_style_t style);
