]> andersk Git - openssh.git/blame - openbsd-compat/getopt.h
- markus@cvs.openbsd.org 2002/06/08 05:07:56
[openssh.git] / openbsd-compat / getopt.h
CommitLineData
1812a662 1/* $Id$ */
2
46a831dd 3#ifndef _BSDGETOPT_H
4#define _BSDGETOPT_H
1812a662 5
6#include "config.h"
7
46a831dd 8#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET)
1812a662 9
cb547f98 10int BSDgetopt(int argc, char * const *argv, const char *opts);
1812a662 11
12#endif
13
46a831dd 14#endif /* _BSDGETOPT_H */
This page took 0.07563 seconds and 5 git commands to generate.