]> andersk Git - openssh.git/blame - openbsd-compat/getopt.h
- (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
[openssh.git] / openbsd-compat / getopt.h
CommitLineData
1812a662 1/* $Id$ */
2
3#ifndef _GETOPT_H
4#define _GETOPT_H
5
6#include "config.h"
7
8#ifndef HAVE_GETOPT_H
9
10int getopt(int argc, char **argv, char *opts);
11
12#endif
13
14#endif /* _GETOPT_H */
This page took 0.043413 seconds and 5 git commands to generate.