aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_11/tnccs_11.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-01-17 23:32:34 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-02-11 15:30:44 +0100
commitebb87f08f7cb3b5402cea1d7ad7e3ef559bd3451 (patch)
tree0013fdd9de19f5605558af10797287a9478ea6f9 /src/libcharon/plugins/tnccs_11/tnccs_11.h
parent98063d8187d6894f4698d689e7c5a3affbcd1622 (diff)
downloadstrongswan-ebb87f08f7cb3b5402cea1d7ad7e3ef559bd3451.tar.bz2
strongswan-ebb87f08f7cb3b5402cea1d7ad7e3ef559bd3451.tar.xz
Make IKE/EAP IDs available to TNC server/client
Diffstat (limited to 'src/libcharon/plugins/tnccs_11/tnccs_11.h')
-rw-r--r--src/libcharon/plugins/tnccs_11/tnccs_11.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/libcharon/plugins/tnccs_11/tnccs_11.h b/src/libcharon/plugins/tnccs_11/tnccs_11.h
index 7331fc8cd..79fccf9c7 100644
--- a/src/libcharon/plugins/tnccs_11/tnccs_11.h
+++ b/src/libcharon/plugins/tnccs_11/tnccs_11.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Andreas Steffen
+ * Copyright (C) 2010-2013 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@@ -28,9 +28,12 @@
/**
* Create an instance of the TNC IF-TNCCS 1.1 protocol handler.
*
- * @param is_server TRUE to act as TNC Server, FALSE for TNC Client
- * @return TNC_IF_TNCCS 1.1 protocol stack
+ * @param is_server TRUE to act as TNC Server, FALSE for TNC Client
+ * @param server Server identity
+ * @param peer Client identity
+ * @return TNC_IF_TNCCS 1.1 protocol stack
*/
-tls_t *tnccs_11_create(bool is_server);
+tls_t *tnccs_11_create(bool is_server, identification_t *server,
+ identification_t *peer);
#endif /** TNCCS_11_H_ @}*/