summaryrefslogtreecommitdiff
path: root/openbsd-compat/getopt.h
blob: 08a4eb3e022febd2c826d9a3c26f2e1211edd06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id: getopt.h,v 1.3 2001/09/17 21:34:34 tim Exp $ */

#ifndef _GETOPT_H
#define _GETOPT_H

#include "config.h"

#ifndef HAVE_GETOPT_H

int BSDgetopt(int argc, char * const *argv, const char *opts);

#endif

#endif /* _GETOPT_H */