]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/apachemods/json_xml.h
Removing some dead code
[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 <opensrf/osrf_json.h>
7 #include <opensrf/utils.h>
8
9 char* json_string_to_xml(char*);