diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-03-25 11:21:00 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-03-25 12:00:20 +0100 |
commit | 48087e094497cd2e1b15e9bc3a1060d87e8a8e4b (patch) | |
tree | d017ac899d5cb9b36532e232e3fbba43a02b1c88 | |
parent | a2ec3b054645d0aa4ea23a48c4262adc856e699b (diff) | |
download | strongswan-48087e094497cd2e1b15e9bc3a1060d87e8a8e4b.tar.bz2 strongswan-48087e094497cd2e1b15e9bc3a1060d87e8a8e4b.tar.xz |
libtnccs: Fix apidoc category for split IF-TNCCS 2.0 header files
Fixes 80322d2cee75 ("Split IF-TNCCS 2.0 protocol processing into
separate TNC client and server handlers").
-rw-r--r-- | src/libtnccs/plugins/tnccs_20/tnccs_20_client.h | 2 | ||||
-rw-r--r-- | src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h | 2 | ||||
-rw-r--r-- | src/libtnccs/plugins/tnccs_20/tnccs_20_server.h | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/libtnccs/plugins/tnccs_20/tnccs_20_client.h b/src/libtnccs/plugins/tnccs_20/tnccs_20_client.h index daabd4e7e..7a5f33ebc 100644 --- a/src/libtnccs/plugins/tnccs_20/tnccs_20_client.h +++ b/src/libtnccs/plugins/tnccs_20/tnccs_20_client.h @@ -15,7 +15,7 @@ /** * @defgroup tnccs_20_client_h tnccs_20_client - * @{ @ingroup tnccs_20_client + * @{ @ingroup tnccs_20 */ #ifndef TNCCS_20_CLIENT_H_ diff --git a/src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h b/src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h index a309cbacd..d0adb2489 100644 --- a/src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h +++ b/src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h @@ -15,7 +15,7 @@ /** * @defgroup tnccs_20_handler_h tnccs_20_handler - * @{ @ingroup tnccs_20_handler + * @{ @ingroup tnccs_20 */ #ifndef TNCCS_20_HANDLER_H_ diff --git a/src/libtnccs/plugins/tnccs_20/tnccs_20_server.h b/src/libtnccs/plugins/tnccs_20/tnccs_20_server.h index 5d8d56110..5833d1132 100644 --- a/src/libtnccs/plugins/tnccs_20/tnccs_20_server.h +++ b/src/libtnccs/plugins/tnccs_20/tnccs_20_server.h @@ -15,7 +15,7 @@ /** * @defgroup tnccs_20_server_h tnccs_20_server - * @{ @ingroup tnccs_20_server + * @{ @ingroup tnccs_20 */ #ifndef TNCCS_20_SERVER_H_ @@ -44,7 +44,7 @@ struct tnccs_20_server_t { * * @param rec TNC Action Recommendation * @param eval TNC Evaluation Result - * @return TRUE if Action Recommendation is + * @return TRUE if Action Recommendation is */ bool (*have_recommendation)(tnccs_20_server_t *this, TNC_IMV_Action_Recommendation *rec, @@ -61,7 +61,7 @@ struct tnccs_20_server_t { * @param max_msg_len Maximum PA-TNC message size * @param eap_transport TRUE if IF-T for EAP methods */ -tnccs_20_handler_t* tnccs_20_server_create(tnccs_t *tnccs, +tnccs_20_handler_t* tnccs_20_server_create(tnccs_t *tnccs, tnccs_send_message_t send_msg, size_t max_batch_len, size_t max_msg_len, |