summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-07-23 14:52:58 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-07-23 14:52:58 +0200
commit7cedfabc81c9de28c3925e2d26abd39513013697 (patch)
tree6b8107b6edfdc82aaa287ededac6e54a8aaf6c6d /include/baresip.h
parented9ea7fd82a529966eee2919ddf82762cf741d91 (diff)
call: add sequential line-numbers for multiple calls (ref #141)
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index cffa5cb..4eb0ea0 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -101,6 +101,7 @@ struct ua *call_get_ua(const struct call *call);
bool call_is_onhold(const struct call *call);
bool call_is_outgoing(const struct call *call);
void call_enable_rtp_timeout(struct call *call, uint32_t timeout_ms);
+uint32_t call_linenum(const struct call *call);
/*