]> andersk Git - openssh.git/blame - openbsd-compat/strtok.h
- markus@cvs.openbsd.org 2001/04/04 00:06:54
[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.069572 seconds and 5 git commands to generate.