summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 90d038b..59cc140 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -893,6 +893,14 @@ const char *sdp_rattr(const struct sdp_session *s, const struct sdp_media *m,
/*
+ * 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
*/