summaryrefslogtreecommitdiff
path: root/openbsd-compat/getopt.h
blob: 51810b17c5f219582e38dc117a259cd9c0815b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */