X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fgetopt-compat.h;h=fab4d285b6a164855bdd49fb7f1f496e9872db73;hb=f28e0c19673a59088edd6bc3e54820507e9eca25;hp=b82dc9fd8cf8e9ad126bbdebc2c2cd8d17b2166f;hpb=9c58b13dd4ed7adf93a3e134ade2e75867bd3a20;p=openldap diff --git a/include/getopt-compat.h b/include/getopt-compat.h index b82dc9fd8c..fab4d285b6 100644 --- a/include/getopt-compat.h +++ b/include/getopt-compat.h @@ -1,3 +1,13 @@ +/* $OpenLDAP$ */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted only + * as authorized by the OpenLDAP Public License. A copy of this + * license is available at http://www.OpenLDAP.org/license.html or + * in file LICENSE in the top-level directory of the distribution. + */ /* * getopt(3) declarations */ @@ -6,9 +16,13 @@ #include -extern char *optarg; -extern int optind, opterr, optopt; +LDAP_BEGIN_DECL + +LIBLUTIL_F (char *) optarg; +LIBLUTIL_F (int) optind, opterr, optopt; + +LIBLUTIL_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 */