summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-10-17 22:25:12 +0200
committerAndrew Bartlett <abartlet@samba.org>2009-12-01 16:48:02 +1100
commit7be99d373578f42ac47e67ef1b95a2409cecc184 (patch)
treeae131b29dec2cff2836e942a6acbab27507102aa /source4/dsdb/schema/schema.h
parent012494b8005b621642ec98d51d067378f8e10421 (diff)
downloadsamba-7be99d373578f42ac47e67ef1b95a2409cecc184.tar.gz
samba-7be99d373578f42ac47e67ef1b95a2409cecc184.tar.bz2
samba-7be99d373578f42ac47e67ef1b95a2409cecc184.zip
s4:schema - Make some more (result) variables const and fix up warnings with "discard_const_p"
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index fa687d0728..186f5d5ddb 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -138,10 +138,10 @@ struct dsdb_class {
bool isDefunct;
bool systemOnly;
- char **supclasses;
- char **subclasses;
- char **subclasses_direct;
- char **posssuperiors;
+ const char **supclasses;
+ const char **subclasses;
+ const char **subclasses_direct;
+ const char **posssuperiors;
uint32_t subClassOf_id;
uint32_t *systemAuxiliaryClass_ids;
uint32_t *auxiliaryClass_ids;