Respect line with in Makefile.am's, other cosmetics

This commit is contained in:
Martin Willi
2010-03-25 14:54:56 +01:00
parent 6d6994c6c9
commit 89bf11d204
35 changed files with 76 additions and 41 deletions
+1
View File
@@ -23,6 +23,7 @@ typedef struct private_hydra_t private_hydra_t;
* Private additions to hydra_t.
*/
struct private_hydra_t {
/**
* Public members of hydra_t.
*/
+5 -2
View File
@@ -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();