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_ */