From ebb87f08f7cb3b5402cea1d7ad7e3ef559bd3451 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 17 Jan 2013 23:32:34 +0100 Subject: Make IKE/EAP IDs available to TNC server/client --- src/libcharon/plugins/tnccs_20/tnccs_20.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/libcharon/plugins/tnccs_20/tnccs_20.h') diff --git a/src/libcharon/plugins/tnccs_20/tnccs_20.h b/src/libcharon/plugins/tnccs_20/tnccs_20.h index 400d1dc12..d42ebf218 100644 --- a/src/libcharon/plugins/tnccs_20/tnccs_20.h +++ b/src/libcharon/plugins/tnccs_20/tnccs_20.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 2.0 protocol handler. * - * @param is_server TRUE to act as TNC Server, FALSE for TNC Client - * @return TNC_IF_TNCCS 2.0 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 2.0 protocol stack */ -tls_t *tnccs_20_create(bool is_server); +tls_t *tnccs_20_create(bool is_server, identification_t *server, + identification_t *peer); #endif /** TNCCS_20_H_ @}*/ -- cgit v1.2.3