]> git.sur5r.net Git - openldap/blob - include/getopt-compat.h
merged with autoconf branch
[openldap] / include / getopt-compat.h
1 /*
2  * getopt(3) declarations
3  */
4 #ifndef _GETOPT_COMPAT_H
5 #define _GETOPT_COMPAT_H
6
7 #include <ldap_cdefs.h>
8
9 extern char *optarg;
10 extern int optind, opterr, optopt;
11
12 LDAP_F int getopt LDAP_P((int, char * const [], const char *));
13
14 #endif /* _GETOPT_COMPAT_H */