mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
8 lines
82 B
C
8 lines
82 B
C
#include <yajl/yajl_version.h>
|
|
|
|
int yajl_version(void)
|
|
{
|
|
return YAJL_VERSION;
|
|
}
|
|
|