Add missing documentation for msg_post_recv.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2013-01-20 10:40:52 +01:00
parent 24a1a6a81e
commit d666149e91
1 changed files with 2 additions and 1 deletions

3
msg.h
View File

@ -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);