X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Flutil_lockf.h;h=9b27e2fa75d36bd493c67f5180b2a390de94709b;hb=119462adfac1462977084c7536be8f306175aded;hp=2ff75b9bb0a014c0a0da1ca20f9e0b0d0983d64d;hpb=598b7473fea63177f65d94a354a9336c6d136097;p=openldap diff --git a/include/lutil_lockf.h b/include/lutil_lockf.h index 2ff75b9bb0..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,8 +20,11 @@ LDAP_BEGIN_DECL -LDAP_F int lutil_lockf LDAP_P(( int fd )); -LDAP_F int lutil_unlockf LDAP_P(( int fd )); +LDAP_LUTIL_F( int ) +lutil_lockf LDAP_P(( int fd )); + +LDAP_LUTIL_F( int ) +lutil_unlockf LDAP_P(( int fd )); LDAP_END_DECL