source:
libyaml/trunk/include/yaml/yaml_version.h
@
169
| Revision 169, 315 bytes checked in by xi, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | #ifndef YAML_VERSION_H |
| 2 | #define YAML_VERSION_H |
| 3 | |
| 4 | #ifdef __cplusplus |
| 5 | extern "C" { |
| 6 | #endif |
| 7 | |
| 8 | const char * |
| 9 | yaml_get_version_string(void); |
| 10 | |
| 11 | void |
| 12 | yaml_get_version(int *major, int *minor, int *patch); |
| 13 | |
| 14 | int |
| 15 | yaml_check_version(int major, int minor, int patch); |
| 16 | |
| 17 | #ifdef __cplusplus |
| 18 | } |
| 19 | #endif |
| 20 | |
| 21 | #endif /* #ifndef YAML_VERSION_H */ |
Note: See TracBrowser
for help on using the repository browser.
