aboutsummaryrefslogtreecommitdiffstats
path: root/src/cerberus.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-29 21:54:55 +0100
committerMattias Andrée <maandree@operamail.com>2014-10-29 21:55:11 +0100
commit3b0aa46ba276e5a3559ec2859a16b579f3d15273 (patch)
tree17c54c7509c9d0bdfcc209ed13eb082f142b189f /src/cerberus.h
parentdoc hooks (diff)
downloadcerberus-3b0aa46ba276e5a3559ec2859a16b579f3d15273.tar.gz
cerberus-3b0aa46ba276e5a3559ec2859a16b579f3d15273.tar.bz2
cerberus-3b0aa46ba276e5a3559ec2859a16b579f3d15273.tar.xz
fixs stdin problems on successful login, we needed to wait for the child, but I do not understand why,
although we shoul have done that anyway, I just forgot it Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/cerberus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cerberus.h b/src/cerberus.h
index 96c89ab..9960fa7 100644
--- a/src/cerberus.h
+++ b/src/cerberus.h
@@ -51,6 +51,7 @@
#endif
+void fork_exec_wait_hook(int hook, int argc, char** argv);
void exec_hook(int hook, int argc, char** argv);
void do_login(int argc, char** argv);