summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 722c97c..ccaaf79 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -93,6 +93,7 @@ struct audio *call_audio(const struct call *call);
struct video *call_video(const struct call *call);
struct list *call_streaml(const struct call *call);
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);