diff options
author | Martin Willi <martin@revosec.ch> | 2010-03-25 14:54:56 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-03-25 14:54:56 +0100 |
commit | 89bf11d204cb934ea9109aa077c8514515d538f6 (patch) | |
tree | af9ae87fb1d3f7980dc78caa1700fc979db0b201 /src/libhydra/hydra.h | |
parent | 6d6994c6c975f2dba3fecc09a07b9f2e2fb2257e (diff) | |
download | strongswan-89bf11d204cb934ea9109aa077c8514515d538f6.tar.bz2 strongswan-89bf11d204cb934ea9109aa077c8514515d538f6.tar.xz |
Respect line with in Makefile.am's, other cosmetics
Diffstat (limited to 'src/libhydra/hydra.h')
-rw-r--r-- | src/libhydra/hydra.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libhydra/hydra.h b/src/libhydra/hydra.h index 2d8ef9cc1..525dce165 100644 --- a/src/libhydra/hydra.h +++ b/src/libhydra/hydra.h @@ -39,6 +39,7 @@ typedef struct hydra_t hydra_t; * IKE Daemon support object. */ struct hydra_t { + /** * manager for payload attributes */ @@ -46,13 +47,15 @@ struct hydra_t { }; /** - * The single instance of hydra_t. Set between calls to libhydra_init() and - * libhydra_deinit() calls. + * The single instance of hydra_t. + * + * Set between calls to libhydra_init() and libhydra_deinit() calls. */ extern hydra_t *hydra; /** * Initialize libhydra. + * * @return FALSE if integrity check failed */ bool libhydra_init(); |