From: Christos Zoulas Date: Sat, 5 Jul 2008 15:44:36 +0000 (+0000) Subject: remove cdefs.h macros. X-Git-Tag: FILE4_25~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4797bad3aa6222c34287f0db32f4b23d442ef4b8;p=file remove cdefs.h macros. --- diff --git a/src/mygetopt.h b/src/mygetopt.h index 69aa5775..ef87525e 100644 --- a/src/mygetopt.h +++ b/src/mygetopt.h @@ -62,9 +62,7 @@ struct option { int val; }; -__BEGIN_DECLS int getopt_long(int, char * const *, const char *, const struct option *, int *); -__END_DECLS #endif /* !_GETOPT_H_ */