]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/objson/json2xml.h
rolling back changes to objson includes. opensrf cannot find "opensrf/<blah>" since...
[OpenSRF.git] / src / objson / json2xml.h
1
2 #include <string.h>
3 #include <stdio.h>
4
5 /* the JSON parser, so we can read the response we're XMLizing */
6 #include "object.h"
7 #include "json_parser.h"
8 //#include "opensrf/utils.h"
9 #include "utils.h"
10
11 char* jsonObjectToXML(jsonObject*);
12