aboutsummaryrefslogtreecommitdiffstats
path: root/src/cerberus.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-29 14:02:34 +0100
committerMattias Andrée <maandree@operamail.com>2014-10-29 14:02:34 +0100
commitf44fc6927a795517e6627d390157f89f4a75f5f7 (patch)
tree238f25ae1fde21eda2d2e1608f81863b719df605 /src/cerberus.h
parentfix warning (diff)
downloadcerberus-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 'src/cerberus.h')
-rw-r--r--src/cerberus.h1
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