]> git.sur5r.net Git - openldap/blob - servers/slapd/back-ldbm/unbind.c
Add copyright notices.
[openldap] / servers / slapd / back-ldbm / unbind.c
1 /* unbind.c - handle an ldap unbind operation */
2 /*
3  * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
4  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
5  */
6
7 #include "portable.h"
8
9 #include <stdio.h>
10 #include <ac/socket.h>
11
12 #include "slap.h"
13
14 void
15 ldbm_back_unbind(
16         Backend     *be,
17         Connection  *conn,
18         Operation   *op
19 )
20 {
21 }