From 00b2d9db9c6d2309fbf37c947947dd509a5b0712 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sun, 9 Oct 2016 23:16:00 +1000 Subject: [PATCH] * fix comment --- src/cmsg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cmsg.h b/src/cmsg.h index 4ba5d5f..d212d7f 100644 --- a/src/cmsg.h +++ b/src/cmsg.h @@ -9,7 +9,8 @@ #define CMSG_FLAG_AUTH_PASS 0x02 /** - * @struct f2b control message + * @struct f2b_cmsg_t + * @brief f2b control message * * Use sendmsg/recvmsg and iovec structs to pack/unpack */