aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtnccs/tnc/tnccs/tnccs.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-10-28 21:07:35 +0200
committerTobias Brunner <tobias@strongswan.org>2011-10-28 21:07:35 +0200
commit075c706073b91033f5647a04bb7a35bcec86dd92 (patch)
tree467d933deff215f3e01febd349936347efdd7457 /src/libtnccs/tnc/tnccs/tnccs.h
parent54ce738920002493732075e0f29716db6b09a9d0 (diff)
downloadstrongswan-075c706073b91033f5647a04bb7a35bcec86dd92.tar.bz2
strongswan-075c706073b91033f5647a04bb7a35bcec86dd92.tar.xz
Copyright fixed.
Diffstat (limited to 'src/libtnccs/tnc/tnccs/tnccs.h')
-rw-r--r--src/libtnccs/tnc/tnccs/tnccs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libtnccs/tnc/tnccs/tnccs.h b/src/libtnccs/tnc/tnccs/tnccs.h
index f9923f196..4bbab5bd3 100644
--- a/src/libtnccs/tnc/tnccs/tnccs.h
+++ b/src/libtnccs/tnc/tnccs/tnccs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-1011 Andreas Steffen
+ * Copyright (C) 2010-2011 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@@ -70,7 +70,7 @@ typedef tnccs_t *(*tnccs_constructor_t)(bool is_server);
*/
typedef TNC_Result (*tnccs_send_message_t)(tnccs_t* tncss, TNC_IMCID imc_id,
TNC_IMVID imv_id,
- TNC_BufferReference msg,
+ TNC_BufferReference msg,
TNC_UInt32 msg_len,
TNC_MessageType msg_type);