]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/libstack/osrf_config.h
again... moving header files to their home locations, makefiles copy them
[OpenSRF.git] / src / libstack / osrf_config.h
1 #include <stdio.h>
2
3 #include "opensrf/transport_client.h"
4 #include "opensrf/transport_message.h"
5 #include "osrf_message.h"
6 #include "opensrf/generic_utils.h"
7
8
9 char* osrf_config_value(char* path);
10
11 void _osrf_config_grab_config();
12
13