]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/libstack/osrf_system.h
7247d3a0f895cbdb1e3c550472cf26e085707771
[OpenSRF.git] / 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