]> git.evergreen-ils.org Git - OpenSRF.git/blob - include/opensrf/osrf_stack.h
In osrfStringArrayRemove(): fixed a bug whereby we would decrement
[OpenSRF.git] / include / opensrf / osrf_stack.h
1 #ifndef OSRF_STACK_H
2 #define OSRF_STACK_H
3
4 #include <opensrf/transport_client.h>
5 #include <opensrf/osrf_message.h>
6 #include <opensrf/osrf_app_session.h>
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 osrfAppSession*  osrf_stack_transport_handler( transport_message* msg,
13                 const char* my_service );
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19 #endif