From d666149e91b227605680b016d63ea914aa01ccfb Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Sun, 20 Jan 2013 10:40:52 +0100 Subject: [PATCH] Add missing documentation for msg_post_recv. Signed-off-by: Richard Cochran --- msg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/msg.h b/msg.h index 940e790..2feb804 100644 --- a/msg.h +++ b/msg.h @@ -273,7 +273,8 @@ void msg_get(struct ptp_message *m); /** * Process messages after reception. - * @param m A message obtained using @ref msg_allocate(). + * @param m A message obtained using @ref msg_allocate(). + * @param cnt The size of 'm' in bytes. * @return Zero on success, non-zero if the message is invalid. */ int msg_post_recv(struct ptp_message *m, int cnt);