summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index a04d88f..f2aacad 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -1172,6 +1172,14 @@ double mos_calculate(double *r_factor, double rtt,
/*
+ * Generic event
+ */
+
+int event_encode_dict(struct odict *od, struct ua *ua, enum ua_event ev,
+ struct call *call, const char *prm);
+
+
+/*
* Baresip instance
*/