summaryrefslogtreecommitdiff
path: root/tools/pkg/12/i3wm/yajl_version.h
blob: 0ec9ed1dc586a457ce5d36a65bec5a9b5d908b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef YAJL_VERSION_H_
#define YAJL_VERSION_H_

#include <yajl/yajl_common.h>

#define YAJL_VERSION 211
#ifdef __cplusplus
extern "C" {
#endif

extern int YAJL_API yajl_version(void);

#ifdef __cplusplus
}
#endif

#endif /* YAJL_VERSION_H_ */