]> git.sur5r.net Git - openldap/blob - servers/slapd/back-dnssrv/back-dnssrv.h
Merge latest devel codes into releng 2 branch.
[openldap] / servers / slapd / back-dnssrv / back-dnssrv.h
1 /* $OpenLDAP$ */
2 /*
3  *   Copyright 2000, OpenLDAP Foundation, All rights reserved.
4  *
5  *   Redistribution and use in source and binary forms are permitted only
6  *   as authorized by the OpenLDAP Public License.  A copy of this
7  *   license is available at http://www.OpenLDAP.org/license.html or
8  *   in file LICENSE in the top-level directory of the distribution.
9  */
10
11 #ifndef DNSSRV_BACK_H
12 #define DNSSRV_BACK_H 1
13
14 #include "external.h"
15
16 LDAP_BEGIN_DECL
17
18 int dnssrv_result();
19         
20 extern int dnssrv_back_request LDAP_P((
21         BackendDB *bd,
22         Connection *conn, Operation *op,
23         const char *dn, const char *ndn,
24         int scope, Filter *filter,
25         char **attrs, int attrsonly ));
26
27 LDAP_END_DECL
28
29 #endif /* DNSSRV_BACK_H */