]> granicus.if.org Git - file/commitdiff
remove cdefs.h macros.
authorChristos Zoulas <christos@zoulas.com>
Sat, 5 Jul 2008 15:44:36 +0000 (15:44 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 5 Jul 2008 15:44:36 +0000 (15:44 +0000)
src/mygetopt.h

index 69aa577534b8ed3af04f40ebb077af6bd7326888..ef87525eaf5bb447ffbda32f39a2e14175ed6bae 100644 (file)
@@ -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_ */