]> andersk Git - libyaml.git/blob - include/yaml/yaml_version.h
Add the basic autoconf infrastructure.
[libyaml.git] / include / yaml / yaml_version.h
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 */
This page took 1.279979 seconds and 5 git commands to generate.