int(* send_sms)(SMSCConn *conn, Msg *msg)
 
static void client(int port)
 
void(* parse_reply)(SMSCConn *conn, Msg *msg, int status, List *headers, Octstr *body)
 
void(* destroy)(SMSCConn *conn)
 
Semaphore * max_pending_sends
 
int(* init)(SMSCConn *conn, CfgGroup *cfg)
 
void(* receive_sms)(SMSCConn *conn, HTTPClient *client, List *headers, Octstr *body, List *cgivars)
 
struct smsc_http_fn_callbacks * callbacks
 
static XMLRPCDocument * msg