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/libcharon/daemon.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/libcharon/daemon.h')
-rw-r--r-- | src/libcharon/daemon.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/libcharon/daemon.h b/src/libcharon/daemon.h index c1df00e65..9b6d97060 100644 --- a/src/libcharon/daemon.h +++ b/src/libcharon/daemon.h @@ -297,9 +297,9 @@ struct daemon_t { void (*keep_cap)(daemon_t *this, u_int cap); /** - * Drop all capabilities of the current process, but keep those that have - * been set with a call to keep_cap. + * Drop all capabilities of the current process. * + * Drops all capabalities, excect those exlcuded using keep_cap(). * This should be called after the initialization of the daemon because * some plugins require the process to keep additional capabilities. * @@ -320,13 +320,15 @@ struct daemon_t { }; /** - * The one and only instance of the daemon. Set between libcharon_init() and - * libcharon_deinit() calls. + * The one and only instance of the daemon. + * + * Set between libcharon_init() and libcharon_deinit() calls. */ extern daemon_t *charon; /** * Initialize libcharon and create the "charon" instance of daemon_t. + * * @return FALSE if integrity check failed */ bool libcharon_init(); |