]> git.sur5r.net Git - openldap/blob - getopt-compat.h
b82dc9fd8cf8e9ad126bbdebc2c2cd8d17b2166f
[openldap] / 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 */