]> andersk Git - openssh.git/blame - bsd-strsep.h
- (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
[openssh.git] / bsd-strsep.h
CommitLineData
229f64ee 1#ifndef _BSD_STRSEP_H
2#define _BSD_STRSEP_H
3
4#include "config.h"
5
6#ifndef HAVE_STRSEP
7char *strsep(char **stringp, const char *delim);
8#endif /* HAVE_STRSEP */
9
10#endif /* _BSD_STRSEP_H */
This page took 0.084613 seconds and 5 git commands to generate.