]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/libstack/osrf_config.h
1d6385fc22477ca1fd9ca4ff98a15501bc0903ea
[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