openssh-portable/openbsd-compat/strtok.h

13 lines
257 B
C

/* $Id: strtok.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
#ifndef _BSD_STRTOK_H
#define _BSD_STRTOK_H
#include "config.h"
#ifndef HAVE_STRTOK_R
char *strtok_r(char *s, const char *delim, char **last);
#endif /* HAVE_STRTOK_R */
#endif /* _BSD_STRTOK_H */