]> git.sur5r.net Git - openldap/blobdiff - include/getopt-compat.h
Add LDAP_TAG_LDAPCRED macro.
[openldap] / include / getopt-compat.h
index a32e8b5b36618edab4c2bab31a7267a753c31d9f..f155719f9b43deee76e84d8a0c9666666f3cea60 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_F( int )
+getopt LDAP_P((
+       int,
+       char * const [],
+       const char *));
+
+LDAP_END_DECL
 
 #endif /* _GETOPT_COMPAT_H */