]> andersk Git - openssh.git/blob - bsd-setproctitle.h
- (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
[openssh.git] / bsd-setproctitle.h
1 #ifndef _BSD_SETPROCTITLE_H
2 #define _BSD_SETPROCTITLE_H
3
4 #include "config.h"
5
6 #ifndef HAVE_SETPROCTITLE
7 void setproctitle(const char *fmt, ...);
8 #endif
9
10 #endif /* _BSD_SETPROCTITLE_H */
This page took 0.1802 seconds and 5 git commands to generate.