libtnccs: Fix apidoc category for split IF-TNCCS 2.0 header files

Fixes 80322d2cee ("Split IF-TNCCS 2.0 protocol processing into
separate TNC client and server handlers").
This commit is contained in:
Tobias Brunner 2015-03-25 11:21:00 +01:00
parent a2ec3b0546
commit 48087e0944
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
/** /**
* @defgroup tnccs_20_client_h tnccs_20_client * @defgroup tnccs_20_client_h tnccs_20_client
* @{ @ingroup tnccs_20_client * @{ @ingroup tnccs_20
*/ */
#ifndef TNCCS_20_CLIENT_H_ #ifndef TNCCS_20_CLIENT_H_

View File

@ -15,7 +15,7 @@
/** /**
* @defgroup tnccs_20_handler_h tnccs_20_handler * @defgroup tnccs_20_handler_h tnccs_20_handler
* @{ @ingroup tnccs_20_handler * @{ @ingroup tnccs_20
*/ */
#ifndef TNCCS_20_HANDLER_H_ #ifndef TNCCS_20_HANDLER_H_

View File

@ -15,7 +15,7 @@
/** /**
* @defgroup tnccs_20_server_h tnccs_20_server * @defgroup tnccs_20_server_h tnccs_20_server
* @{ @ingroup tnccs_20_server * @{ @ingroup tnccs_20
*/ */
#ifndef TNCCS_20_SERVER_H_ #ifndef TNCCS_20_SERVER_H_
@ -44,7 +44,7 @@ struct tnccs_20_server_t {
* *
* @param rec TNC Action Recommendation * @param rec TNC Action Recommendation
* @param eval TNC Evaluation Result * @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, bool (*have_recommendation)(tnccs_20_server_t *this,
TNC_IMV_Action_Recommendation *rec, TNC_IMV_Action_Recommendation *rec,
@ -61,7 +61,7 @@ struct tnccs_20_server_t {
* @param max_msg_len Maximum PA-TNC message size * @param max_msg_len Maximum PA-TNC message size
* @param eap_transport TRUE if IF-T for EAP methods * @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, tnccs_send_message_t send_msg,
size_t max_batch_len, size_t max_batch_len,
size_t max_msg_len, size_t max_msg_len,