]> git.sur5r.net Git - openldap/blob - servers/slapd/back-relay/back-relay.h
43b86f68fe2f2dbde5958d02e2f1caffe69e795f
[openldap] / servers / slapd / back-relay / back-relay.h
1 /* back-relay.h - relay backend header file */
2 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3  *
4  * Copyright 2004 The OpenLDAP Foundation.
5  * Portions Copyright 2004 Pierangelo Masarati.
6  * All rights reserved.
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted only as authorized by the OpenLDAP
10  * Public License.
11  *
12  * A copy of this license is available in the file LICENSE in the
13  * top-level directory of the distribution or, alternatively, at
14  * <http://www.OpenLDAP.org/license.html>.
15  */
16 /* ACKNOWLEDGEMENTS:
17  * This work was initially developed by Pierangelo Masarati for inclusion
18  * in OpenLDAP Software.
19  */
20
21 #ifndef SLAPD_RELAY_H
22 #define SLAPD_RELAY_H
23
24 #include "proto-back-relay.h"
25
26 /* String rewrite library */
27
28 LDAP_BEGIN_DECL
29
30 typedef struct relay_back_info {
31         BackendDB       *ri_bd;
32         struct berval   ri_realsuffix;
33         int             ri_massage;
34 } relay_back_info;
35
36 LDAP_END_DECL
37
38 #endif /* SLAPD_RELAY_H */