wafsamba: remove unused Build.BuildContext.pre_build overload
[Samba.git] / source4 / dsdb / common / util_links.h
blobc529cb542517f102fef5331021dc95e080798638
1 /*
2 Unix SMB/CIFS implementation.
4 Helpers to search for links in the DB
6 Copyright (C) Catalyst.Net Ltd 2017
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>.
22 #ifndef __DSDB_COMMON_UTIL_LINKS_H__
23 #define __DSDB_COMMON_UTIL_LINKS_H__
25 struct compare_ctx {
26 const struct GUID *guid;
27 struct ldb_context *ldb;
28 TALLOC_CTX *mem_ctx;
29 const char *ldap_oid;
30 int err;
31 const struct GUID *invocation_id;
32 DATA_BLOB extra_part;
33 size_t partial_extra_part_length;
34 bool compare_extra_part;
37 struct parsed_dn {
38 struct dsdb_dn *dsdb_dn;
39 struct GUID guid;
40 struct ldb_val *v;
43 #endif /* __DSDB_COMMON_UTIL_LINKS_H__ */