From 4f8e66929b592825856df3625f5de7922f826020 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 14 Jul 2001 13:22:53 +1000 Subject: - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension. --- openbsd-compat/getopt.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 openbsd-compat/getopt.h (limited to 'openbsd-compat/getopt.h') diff --git a/openbsd-compat/getopt.h b/openbsd-compat/getopt.h new file mode 100644 index 000000000..51810b17c --- /dev/null +++ b/openbsd-compat/getopt.h @@ -0,0 +1,14 @@ +/* $Id: getopt.h,v 1.1 2001/07/14 03:22:54 djm Exp $ */ + +#ifndef _GETOPT_H +#define _GETOPT_H + +#include "config.h" + +#ifndef HAVE_GETOPT_H + +int getopt(int argc, char **argv, char *opts); + +#endif + +#endif /* _GETOPT_H */ -- cgit v1.2.3