X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_cdefs.h;h=87a6ca4d26ea7cf525032c95b86584268e220d3e;hb=3028424f68dda535b57a69e6619a3b1de0182872;hp=96579288df7e17ab392a82c8b3f74b2d652e48c3;hpb=8c5a6151b19ceee4b257966b3a9cd842f13d3866;p=openldap diff --git a/include/ldap_cdefs.h b/include/ldap_cdefs.h index 96579288df..87a6ca4d26 100644 --- a/include/ldap_cdefs.h +++ b/include/ldap_cdefs.h @@ -1,3 +1,12 @@ +/* + * 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. + */ /* LDAP C Defines */ #ifndef _LDAP_CDEFS_H @@ -7,8 +16,8 @@ # define LDAP_BEGIN_DECL extern "C" { # define LDAP_END_DECL } #else -# define LDAP_BEGIN_DECL /* empty */ -# define LDAP_END_DECL /* empty */ +# define LDAP_BEGIN_DECL /* begin declarations */ +# define LDAP_END_DECL /* end declarations */ #endif #if !defined(__NO_PROTOTYPES) && ( \