]> andersk Git - openssh.git/blame - bsd-daemon.h
- (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
[openssh.git] / bsd-daemon.h
CommitLineData
beb43d31 1#ifndef _BSD_DAEMON_H
2#define _BSD_DAEMON_H
3
4#include "config.h"
5#ifndef HAVE_DAEMON
6int daemon(int nochdir, int noclose);
7#endif /* !HAVE_DAEMON */
8
9#endif /* _BSD_DAEMON_H */
This page took 0.067364 seconds and 5 git commands to generate.