]> git.sur5r.net Git - openldap/blobdiff - include/getopt-compat.h
Add LDAP_TAG_LDAPCRED macro.
[openldap] / include / getopt-compat.h
index 438eb533880098b86d6c447371b3e033df5a736e..f155719f9b43deee76e84d8a0c9666666f3cea60 100644 (file)
@@ -20,7 +20,11 @@ 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