openssh-portable/openbsd-compat/getopt.h

15 lines
280 B
C
Raw Normal View History

2001-09-18 07:05:20 +02:00
/* $Id: getopt.h,v 1.4 2001/09/18 05:05:21 djm Exp $ */
2001-09-18 07:05:20 +02:00
#ifndef _BSDGETOPT_H
#define _BSDGETOPT_H
#include "config.h"
2001-09-18 07:05:20 +02:00
#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET)
int BSDgetopt(int argc, char * const *argv, const char *opts);
#endif
2001-09-18 07:05:20 +02:00
#endif /* _BSDGETOPT_H */