mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
14 lines
239 B
C
14 lines
239 B
C
/* abandon.c - ldbm backend abandon routine */
|
|
/*
|
|
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
*/
|
|
|
|
#include "portable.h"
|
|
|
|
/*ARGSUSED*/
|
|
void
|
|
ldbm_back_abandon()
|
|
{
|
|
}
|