diff options
author | Martin Willi <martin@strongswan.org> | 2006-02-06 14:05:35 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-02-06 14:05:35 +0000 |
commit | 384efc76d58eea98648988045de413a6cc027dff (patch) | |
tree | 81aea82f04bde1f61c5dcfa3b3f50325dbe03ac7 /Source/charon/threads/kernel_interface.h | |
parent | 19f78a6fed6e966721e9e310099dbfa79489f9d9 (diff) | |
download | strongswan-384efc76d58eea98648988045de413a6cc027dff.tar.bz2 strongswan-384efc76d58eea98648988045de413a6cc027dff.tar.xz |
- dead end implementation
Diffstat (limited to 'Source/charon/threads/kernel_interface.h')
-rw-r--r-- | Source/charon/threads/kernel_interface.h | 24 |
1 files changed, 12 insertions, 12 deletions
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. |