]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/apachemods/json_xml.h
bug fixes after testing
[Evergreen.git] / Open-ILS / src / apachemods / json_xml.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 "objson/object.h"
7 #include "objson/json_parser.h"
8 #include "utils.h"
9
10 char* json_string_to_xml(char*);