]> git.sur5r.net Git - openldap/blobdiff - include/lutil_lockf.h
hostname needs to be static
[openldap] / include / lutil_lockf.h
index 86fc9cebd6956c8811ba63b8bab1d8fe177a155a..830ebcc4b177de350b9cb66b2e7959e85f2b5bea 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
 
 LDAP_BEGIN_DECL
 
-LDAP_F( int )
+LIBLUTIL_F( int )
 lutil_lockf LDAP_P(( int fd ));
 
-LDAP_F( int )
+LIBLUTIL_F( int )
 lutil_unlockf LDAP_P(( int fd ));
 
 LDAP_END_DECL