]> git.sur5r.net Git - openldap/blobdiff - include/getopt-compat.h
Update configure to:
[openldap] / include / getopt-compat.h
index a32e8b5b36618edab4c2bab31a7267a753c31d9f..438eb533880098b86d6c447371b3e033df5a736e 100644 (file)
 
 #include <ldap_cdefs.h>
 
+LDAP_BEGIN_DECL
+
 extern char *optarg;
 extern int optind, opterr, optopt;
 
 LDAP_F int getopt LDAP_P((int, char * const [], const char *));
 
+LDAP_END_DECL
+
 #endif /* _GETOPT_COMPAT_H */