summaryrefslogtreecommitdiff
path: root/src/sdp.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-03-04 15:41:38 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-03-04 15:41:38 +0100
commit0553f35426493a8f3e02c6d2fca91df447dcce56 (patch)
treeababaaaa0980ed79b7cbe0ab22711f04a328a0fe /src/sdp.c
parent4f43acb07de88433ce513079233040e3e7c2b9d6 (diff)
update doxygen comments
fix all warnings reported by doxygen version 1.8.13 (make dox)
Diffstat (limited to 'src/sdp.c')
-rw-r--r--src/sdp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sdp.c b/src/sdp.c
index 8001253..da4889c 100644
--- a/src/sdp.c
+++ b/src/sdp.c
@@ -144,6 +144,11 @@ static void decode_part(const struct pl *part, struct mbuf *mb)
/**
* Decode a multipart/mixed message and find the part with application/sdp
+ *
+ * @param ctype_prm Content type parameter
+ * @param mb Mbuffer containing the SDP
+ *
+ * @return 0 if success, otherwise errorcode
*/
int sdp_decode_multipart(const struct pl *ctype_prm, struct mbuf *mb)
{