summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-09-26 16:08:27 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-09-26 16:08:27 +0200
commit433a1f793d5af9e160777b69ea32b22e000a6e0e (patch)
treead3e39f6c743c668907d3a82eb8e3b9812989c9e /src
parent9dc7de25d9b259cc012677e78ae58285221ee665 (diff)
make sip_req_send() public
Diffstat (limited to 'src')
-rw-r--r--src/core.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core.h b/src/core.h
index a9a6b16..bf0a14b 100644
--- a/src/core.h
+++ b/src/core.h
@@ -276,14 +276,6 @@ void rtpkeep_refresh(struct rtpkeep *rk, uint32_t ts);
/*
- * SIP Request
- */
-
-int sip_req_send(struct ua *ua, const char *method, const char *uri,
- sip_resp_h *resph, void *arg, const char *fmt, ...);
-
-
-/*
* SDP
*/