projects
/
OpenSRF.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
moved to the utils dir
[OpenSRF.git]
/
include
/
opensrf
/
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