From 384efc76d58eea98648988045de413a6cc027dff Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 6 Feb 2006 14:05:35 +0000 Subject: - dead end implementation --- Source/charon/threads/kernel_interface.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Source/charon/threads/kernel_interface.h') diff --git a/Source/charon/threads/kernel_interface.h b/Source/charon/threads/kernel_interface.h index b73a5bb9a..951319067 100644 --- a/Source/charon/threads/kernel_interface.h +++ b/Source/charon/threads/kernel_interface.h @@ -54,18 +54,18 @@ struct kernel_interface_t { * @todo Cleanup method params */ status_t (*add_sa)(kernel_interface_t *this, - host_t *me, - host_t *other, - u_int32_t spi, - int protocol, - bool tunnel_mode, - encryption_algorithm_t enc_alg, - size_t enc_size, - chunk_t enc_key, - integrity_algorithm_t int_alg, - size_t int_size, - chunk_t int_key, - bool replace); + host_t *me, + host_t *other, + u_int32_t spi, + int protocol, + bool tunnel_mode, + encryption_algorithm_t enc_alg, + size_t enc_size, + chunk_t enc_key, + integrity_algorithm_t int_alg, + size_t int_size, + chunk_t int_key, + bool replace); /** * @brief Destroys a kernel_interface object. -- cgit v1.2.3