]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
tnccs: Fix Doxygen comments for callback
authorTobias Brunner <tobias@strongswan.org>
Mon, 28 Nov 2022 16:15:13 +0000 (17:15 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 28 Nov 2022 16:23:13 +0000 (17:23 +0100)
src/libtnccs/tnc/tnccs/tnccs.h

index 5d5b0a191bf9397d1b823fdfa446a61ea80f5248..4e7d9f276d8d8d61fbbb3cfdbb089336c4a85f89 100644 (file)
@@ -169,8 +169,9 @@ typedef tnccs_t *(*tnccs_constructor_t)(bool is_server,
 /**
  * Callback function adding a message to a TNCCS batch
  *
+ * @param tnccs                        TNCCS context
  * @param imc_id               ID of IMC or TNC_IMCID_ANY
- * @param imc_id               ID of IMV or TNC_IMVID_ANY
+ * @param imv_id               ID of IMV or TNC_IMVID_ANY
  * @param msg_flags            message flags
  * @param msg                  message to be added
  * @param msg_len              message length
@@ -178,7 +179,7 @@ typedef tnccs_t *(*tnccs_constructor_t)(bool is_server,
  * @param msg_subtype  message subtype
  * @return                             return code
  */
-typedef TNC_Result (*tnccs_send_message_t)(tnccs_t* tncss,
+typedef TNC_Result (*tnccs_send_message_t)(tnccs_t* tnccs,
                                                                                  TNC_IMCID imc_id,
                                                                                  TNC_IMVID imv_id,
                                                                                  TNC_UInt32 msg_flags,