aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_20
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-08-11 16:50:22 +0200
committerTobias Brunner <tobias@strongswan.org>2012-08-11 16:50:22 +0200
commit000668d3081422a3ac06fe16f038a4b1d6700f96 (patch)
tree94dc8bad9b4af9665a20b3f7906102437c74ba50 /src/libcharon/plugins/tnccs_20
parent3b891b9e5bd53740297501d93f1abac834dd5241 (diff)
downloadstrongswan-000668d3081422a3ac06fe16f038a4b1d6700f96.tar.bz2
strongswan-000668d3081422a3ac06fe16f038a4b1d6700f96.tar.xz
Doxygen fix
Diffstat (limited to 'src/libcharon/plugins/tnccs_20')
-rw-r--r--src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h b/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h
index d13f20df4..aa317041e 100644
--- a/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h
+++ b/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h
@@ -82,7 +82,7 @@ struct pb_tnc_state_machine_t {
/**
* Store information whether the received PB-TNC CDATA Batch was empty
*
- * @bool empty set to TRUE if received PB-TNC CDATA Batch was empty
+ * @param empty set to TRUE if received PB-TNC CDATA Batch was empty
*/
void (*set_empty_cdata)(pb_tnc_state_machine_t *this, bool empty);