blob: 08a4eb3e022febd2c826d9a3c26f2e1211edd06a [file] [log] [blame]
/* $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 */