summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-04-09 14:40:19 +1000
committerAndrew Tridgell <tridge@samba.org>2009-04-09 14:40:19 +1000
commit65ad2ced6049f2901080cff61489fee7f4929c74 (patch)
tree2421edc608db8a094113fd6ba876598329a5c060 /source4/lib/ldb/include/ldb_private.h
parente5702da72c752e913ff869bce341ca9799d10974 (diff)
parent9d50c6b60364462daa68887fd64b59dd761a5133 (diff)
downloadsamba-65ad2ced6049f2901080cff61489fee7f4929c74.tar.gz
samba-65ad2ced6049f2901080cff61489fee7f4929c74.tar.bz2
samba-65ad2ced6049f2901080cff61489fee7f4929c74.zip
Merge branch 'wspp-schema'
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index 2e8da9941c..6946ca2182 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -65,6 +65,9 @@ struct ldb_module {
schema related information needed for matching rules
*/
struct ldb_schema {
+ void *attribute_handler_override_private;
+ ldb_attribute_handler_override_fn_t attribute_handler_override;
+
/* attribute handling table */
unsigned num_attributes;
struct ldb_schema_attribute *attributes;