]> git.sur5r.net Git - openldap/blobdiff - include/lutil_lockf.h
Move experimental Back-BDB2 to Attic
[openldap] / include / lutil_lockf.h
index 728b445cbffc5a6de64142f82db66d4350a8a8a0..3afb7bd335419534eb501183b44f8e28b8bfd67f 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
 
 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