]> git.evergreen-ils.org Git - OpenSRF.git/blob - include/objson/xml2json.h
Patch from Scott McKellar which introduces a const-accepting and -returning
[OpenSRF.git] / include / objson / xml2json.h
1 /*
2  * Header to support legacy objson library
3  */
4 #ifndef OBJSON_XML2JSON_H
5 #define OBJSON_XML2JSON_H
6 #include <opensrf/osrf_json.h>
7 #include <opensrf/osrf_json_xml.h>
8 #include <opensrf/osrf_legacy_json.h>
9 #endif
10
11