mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
8 lines
95 B
C
8 lines
95 B
C
/* abandon.c - ldbm backend abandon routine */
|
|
|
|
#include "portable.h"
|
|
|
|
ldbm_back_abandon()
|
|
{
|
|
}
|