]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/objson/json2xml.h
59981507cd35aa9668520e4a78fdae5befe7515b
[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
10 char* jsonObjectToXML(jsonObject*);
11