]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/apachemods/fieldmapper_lookup.h
Hush a warning about XML_Size not being an int
[Evergreen.git] / Open-ILS / src / apachemods / fieldmapper_lookup.h
1
2 #include <string.h>
3 #include <stdio.h>
4 #include "opensrf/osrf_list.h"
5 #include "opensrf/osrf_hash.h"
6
7 int isFieldmapper(char*);
8 char * fm_pton(char *, int);
9 int fm_ntop(char *, char *);
10
11 /** 
12  * Returns a list of class names with the 
13  * form [ hint, apiname, hint, apiname, ...]
14  * This list is static and should *not* be freed by the caller
15  */
16 osrfList* fm_classes();