Changeset 172 for libyaml/trunk/include/yaml/yaml_version.h
- Timestamp:
- 05/21/06 10:58:32 (7 years ago)
- File:
-
- 1 edited
-
libyaml/trunk/include/yaml/yaml_version.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/include/yaml/yaml_version.h
r169 r172 1 /** 2 * @file yaml_version.h 3 * @brief Version information. 4 * 5 * Do not include yaml_version.h directly. 6 */ 7 1 8 #ifndef YAML_VERSION_H 2 9 #define YAML_VERSION_H … … 6 13 #endif 7 14 15 /** 16 * @brief Get the library version. 17 */ 18 8 19 const char * 9 20 yaml_get_version_string(void); 10 21 22 /** 23 * @brief Get the library version numbers. 24 */ 25 11 26 void 12 27 yaml_get_version(int *major, int *minor, int *patch); 13 14 int15 yaml_check_version(int major, int minor, int patch);16 28 17 29 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.
