]> andersk Git - openssh.git/blame - openbsd-compat/getopt.h
- (stevesk) change getopt() declaration
[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
6800f427 10int getopt(int argc, char * const *argv, const char *opts);
1812a662 11
12#endif
13
14#endif /* _GETOPT_H */
This page took 0.290349 seconds and 5 git commands to generate.