]> andersk Git - openssh.git/blame - openbsd-compat/strtok.h
- (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
[openssh.git] / openbsd-compat / strtok.h
CommitLineData
bcdaaeab 1#ifndef _BSD_STRTOK_H
2#define _BSD_STRTOK_H
3
4#include "config.h"
5
6#ifndef HAVE_STRTOK_R
7char *strtok_r(char *s, const char *delim, char **last);
8#endif /* HAVE_STRTOK_R */
9
10#endif /* _BSD_STRTOK_H */
This page took 0.05747 seconds and 5 git commands to generate.