]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/apachemods/fieldmapper_lookup.h
initial move of the REST gateway out to Open-ILS
[working/Evergreen.git] / Open-ILS / src / apachemods / fieldmapper_lookup.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 int isFieldmapper(char*);
11 int fm_ntop(char*,char*);
12 char* fm_pton(char*,int);
13