X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flutil_lockf.h;h=9b27e2fa75d36bd493c67f5180b2a390de94709b;hb=d4a422329b3105c72435ddae3d0de1b5168b44d5;hp=86fc9cebd6956c8811ba63b8bab1d8fe177a155a;hpb=dc07e765f263ef459dcd2afd1ece01cfc85a0edd;p=openldap diff --git a/include/lutil_lockf.h b/include/lutil_lockf.h index 86fc9cebd6..9b27e2fa75 100644 --- a/include/lutil_lockf.h +++ b/include/lutil_lockf.h @@ -1,11 +1,13 @@ +/* $OpenLDAP$ */ /* - * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2002 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. + * Redistribution and use in source and binary forms, with or without + * modification, 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. */ /* File locking methods @@ -18,10 +20,10 @@ LDAP_BEGIN_DECL -LDAP_F( int ) +LDAP_LUTIL_F( int ) lutil_lockf LDAP_P(( int fd )); -LDAP_F( int ) +LDAP_LUTIL_F( int ) lutil_unlockf LDAP_P(( int fd )); LDAP_END_DECL