diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-10-29 14:02:34 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-10-29 14:02:34 +0100 |
| commit | f44fc6927a795517e6627d390157f89f4a75f5f7 (patch) | |
| tree | 238f25ae1fde21eda2d2e1608f81863b719df605 /src/cerberus.h | |
| parent | fix warning (diff) | |
| download | cerberus-f44fc6927a795517e6627d390157f89f4a75f5f7.tar.gz cerberus-f44fc6927a795517e6627d390157f89f4a75f5f7.tar.bz2 cerberus-f44fc6927a795517e6627d390157f89f4a75f5f7.tar.xz | |
add login- and logout-hook support instead of implementing logging in this project
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | src/cerberus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cerberus.h b/src/cerberus.h index 4737a97..93cbc6d 100644 --- a/src/cerberus.h +++ b/src/cerberus.h @@ -51,6 +51,7 @@ #endif +void exec_hook(int hook, int argc, char** argv); void do_login(int argc, char** argv); #if AUTH > 0 |
