73 #define INFINITE_TIME -1 
void connect_to_bearerbox(Octstr *host, int port, int ssl, Octstr *our_host)
 
Octstr * parse_date(Octstr *date)
 
int read_from_bearerbox_real(Connection *conn, Msg **msg, double seconds)
 
int deliver_to_bearerbox_real(Connection *conn, Msg *msg)
 
int read_from_bearerbox(Msg **msg, double seconds)
 
Connection * connect_to_bearerbox_real(Octstr *host, int port, int ssl, Octstr *our_host)
 
void write_to_bearerbox(Msg *msg)
 
void write_to_bearerbox_real(Connection *conn, Msg *pmsg)
 
void close_connection_to_bearerbox_real(Connection *conn)
 
int deliver_to_bearerbox(Msg *msg)
 
void close_connection_to_bearerbox(void)
 
int restart_box(char **argv)
 
static XMLRPCDocument * msg