From 433a1f793d5af9e160777b69ea32b22e000a6e0e Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 26 Sep 2015 16:08:27 +0200 Subject: make sip_req_send() public --- include/baresip.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/baresip.h b/include/baresip.h index 90d038b..59cc140 100644 --- a/include/baresip.h +++ b/include/baresip.h @@ -892,6 +892,14 @@ const char *sdp_rattr(const struct sdp_session *s, const struct sdp_media *m, const char *name); +/* + * SIP Request + */ + +int sip_req_send(struct ua *ua, const char *method, const char *uri, + sip_resp_h *resph, void *arg, const char *fmt, ...); + + /* * Modules */ -- cgit v1.2.3