aboutsummaryrefslogtreecommitdiffstats
path: root/src/call.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-26 19:51:33 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-26 19:51:33 +0100
commitb723cceee964ba57c23be30c7f736dece04b2ce3 (patch)
treef634267b293b655d5c987a6ad74e2be372dceb98 /src/call.h
parent586abf9f0fba385de1a8b22376a870a556909d97 (diff)
call: Create a call with a SIP leg
Clone the MNCC code and create a call with a SIP leg.
Diffstat (limited to 'src/call.h')
-rw-r--r--src/call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/call.h b/src/call.h
index fe47e15..0b25fdd 100644
--- a/src/call.h
+++ b/src/call.h
@@ -120,3 +120,4 @@ void call_leg_release(struct call_leg *leg);
struct call *call_mncc_create(void);
+struct call *call_sip_create(void);