diff options
author | Alfred E. Heggestad <aeh@db.org> | 2014-03-29 22:52:56 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2014-03-29 22:52:56 +0100 |
commit | 7766b0130f88d52e7dce1edb9439b81394b5213b (patch) | |
tree | dbbaed6a80fcf0b8f8883b56b281848ff5450694 /include | |
parent | 2f701685d7230b39ce2e0f8ad230ee84bc156595 (diff) | |
parent | d26a5481b91afc3a4dfd0d8fc5f615f9a42d1fa2 (diff) |
Merge branch 'master' into ausrc_api
Diffstat (limited to 'include')
-rw-r--r-- | include/baresip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h index 8bfd75d..6f0deae 100644 --- a/include/baresip.h +++ b/include/baresip.h @@ -74,6 +74,7 @@ void call_set_handlers(struct call *call, call_event_h *eh, call_dtmf_h *dtmfh, void *arg); uint16_t call_scode(const struct call *call); uint32_t call_duration(const struct call *call); +uint32_t call_setup_duration(const struct call *call); const char *call_peeruri(const struct call *call); const char *call_peername(const struct call *call); const char *call_localuri(const struct call *call); |