From 8654dd2d737800d09e7730b3dfc2a54411f4cf90 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 17 May 2013 16:03:48 +1000 Subject: - (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits. --- openbsd-compat/getopt.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openbsd-compat/getopt.h') diff --git a/openbsd-compat/getopt.h b/openbsd-compat/getopt.h index 0311b078b..8eb12447e 100644 --- a/openbsd-compat/getopt.h +++ b/openbsd-compat/getopt.h @@ -33,8 +33,6 @@ #ifndef _GETOPT_H_ #define _GETOPT_H_ -#include - /* * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions */ @@ -56,7 +54,6 @@ struct option { int val; }; -__BEGIN_DECLS int getopt_long(int, char * const *, const char *, const struct option *, int *); int getopt_long_only(int, char * const *, const char *, @@ -73,6 +70,5 @@ extern int optopt; extern int optreset; extern char *suboptarg; /* getsubopt(3) external variable */ #endif -__END_DECLS #endif /* !_GETOPT_H_ */ -- cgit v1.2.3