]> andersk Git - openssh.git/blame - openbsd-compat/strtok.h
- (djm) Update config.guess and config.sub with latest versions (from
[openssh.git] / openbsd-compat / strtok.h
CommitLineData
0b202697 1/* $Id$ */
2
bcdaaeab 3#ifndef _BSD_STRTOK_H
4#define _BSD_STRTOK_H
5
6#include "config.h"
7
8#ifndef HAVE_STRTOK_R
9char *strtok_r(char *s, const char *delim, char **last);
10#endif /* HAVE_STRTOK_R */
11
12#endif /* _BSD_STRTOK_H */
This page took 0.175033 seconds and 5 git commands to generate.