]> git.sur5r.net Git - openldap/blob - include/getopt-compat.h
cleanup old TOOLID macro
[openldap] / include / getopt-compat.h
1 /* $OpenLDAP$ */
2 /*
3  * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted only
7  * as authorized by the OpenLDAP Public License.  A copy of this
8  * license is available at http://www.OpenLDAP.org/license.html or
9  * in file LICENSE in the top-level directory of the distribution.
10  */
11 /*
12  * getopt(3) declarations
13  */
14 #ifndef _GETOPT_COMPAT_H
15 #define _GETOPT_COMPAT_H
16
17 #include <ldap_cdefs.h>
18
19 LDAP_BEGIN_DECL
20
21 LIBLUTIL_F (char *) optarg;
22 LIBLUTIL_F (int) optind, opterr, optopt;
23
24 LIBLUTIL_F (int) getopt LDAP_P(( int, char * const [], const char *));
25
26 LDAP_END_DECL
27
28 #endif /* _GETOPT_COMPAT_H */