diff options
Diffstat (limited to 'src/charon/daemon.h')
-rw-r--r-- | src/charon/daemon.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h index c0a449e61..7b2362bb8 100644 --- a/src/charon/daemon.h +++ b/src/charon/daemon.h @@ -309,13 +309,6 @@ struct daemon_t { * drop these. */ void (*keep_cap)(daemon_t *this, u_int cap); - - /** - * Shut down the daemon. - * - * @param reason describtion why it will be killed - */ - void (*kill) (daemon_t *this, char *reason); }; /** |