summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/back-ldbm/ldbm_abandon.c
blob: ea82a9e1057a83905f20716170c610159fcbfe91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
/* abandon.c - ldbm backend abandon routine */

#include "back-ldbm.h"

int ldbm_back_abandon(Slapi_PBlock *pb)
{
	/* DBDB need to implement this */
	return 0;
}