From 792b28ec3eb755fda79f986da27e19bec7c552ac Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 31 Mar 2009 21:22:10 +0000 Subject: Most of AIX support. --- compat/getopt.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compat/getopt.h') diff --git a/compat/getopt.h b/compat/getopt.h index 4e6689c3..aab7fe2e 100644 --- a/compat/getopt.h +++ b/compat/getopt.h @@ -56,7 +56,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 +72,5 @@ extern int optopt; extern int optreset; extern char *suboptarg; /* getsubopt(3) external variable */ #endif -__END_DECLS #endif /* !_GETOPT_H_ */ -- cgit