summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/prefixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb/schema/prefixmap.h')
-rw-r--r--source4/dsdb/schema/prefixmap.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/dsdb/schema/prefixmap.h b/source4/dsdb/schema/prefixmap.h
index 7b28c88749..816ddcfbb3 100644
--- a/source4/dsdb/schema/prefixmap.h
+++ b/source4/dsdb/schema/prefixmap.h
@@ -26,8 +26,8 @@
* oid-prefix in prefixmap
*/
struct dsdb_schema_prefixmap_oid {
- uint32_t id;
- DATA_BLOB *bin_oid; /* partial binary-oid prefix */
+ uint32_t id;
+ DATA_BLOB bin_oid; /* partial binary-oid prefix */
};
/**
@@ -39,7 +39,5 @@ struct dsdb_schema_prefixmap {
};
-#include "dsdb/schema/proto.h"
-
#endif /* _DSDB_PREFIXMAP_H */