summaryrefslogtreecommitdiff
path: root/src/ua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ua.c')
-rw-r--r--src/ua.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ua.c b/src/ua.c
index 5dbc68a..8a2bc61 100644
--- a/src/ua.c
+++ b/src/ua.c
@@ -1537,6 +1537,11 @@ int ua_print_sip_status(struct re_printf *pf, void *unused)
/**
* Print all calls for a given User-Agent
+ *
+ * @param pf Print handler for debug output
+ * @param ua User-Agent
+ *
+ * @return 0 if success, otherwise errorcode
*/
int ua_print_calls(struct re_printf *pf, const struct ua *ua)
{