]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slap.h
Remove lint
[openldap] / servers / slapd / slap.h
index cef3d3e3d9a0908f8cf8f178c3911fbeee0046e7..48298e71e04d85b996d0a7a337a5b9d8af2c69e5 100644 (file)
@@ -345,6 +345,8 @@ typedef struct slap_matching_rule {
 
 /* this is used to kludge objectClass testing */
 #define SLAP_MR_MODIFY_MATCHING 0x0001U
+/* are we matching from a mr asserted value or a real value */
+#define SLAP_MR_VALUE_IS_IN_MR_SYNTAX  0x0002U
 
        Syntax                                  *smr_syntax;
        slap_mr_convert_func    *smr_convert;
@@ -367,8 +369,8 @@ typedef struct slap_matching_rule {
 struct slap_attr_desc;
 
 typedef struct slap_attribute_type {
-       char                                    *sat_cname;
        LDAPAttributeType               sat_atype;
+       char                            *sat_cname;
        struct slap_attribute_type      *sat_sup;
        struct slap_attribute_type      **sat_subtypes;
        MatchingRule                    *sat_equality;