]> git.evergreen-ils.org Git - Evergreen.git/blob - OpenSRF/src/libstack/osrf_system.h
again... moving header files to their home locations, makefiles copy them
[Evergreen.git] / OpenSRF / src / libstack / osrf_system.h
1 #include "opensrf/transport_client.h"
2
3 #ifndef OSRF_SYSTEM_H
4 #define OSRF_SYSTEM_H
5
6 /** Connects to jabber.  Returns 1 on success, 0 on failure */
7 int osrf_system_bootstrap_client(); 
8 transport_client* osrf_system_get_transport_client();
9
10 int osrf_system_shutdown(); 
11
12 #endif