X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fsets.h;h=611bb94b91953048b57c7635602cd4febf9c9c12;hb=7761c923bab53870802c287611b17bb906ce3a0b;hp=e92064481b93cdb64a1983c858371eff17379534;hpb=8e3adc2428cb4b46cbbf67c8448287b9a8c0724a;p=openldap diff --git a/servers/slapd/sets.h b/servers/slapd/sets.h index e92064481b..611bb94b91 100644 --- a/servers/slapd/sets.h +++ b/servers/slapd/sets.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2005 The OpenLDAP Foundation. + * Copyright 1998-2011 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -21,7 +21,7 @@ LDAP_BEGIN_DECL typedef struct slap_set_cookie { - struct slap_op *set_op; + Operation *set_op; } SetCookie; /* this routine needs to return the bervals instead of @@ -53,7 +53,7 @@ LDAP_SLAPD_F (BerVarray) slap_set_join(SetCookie *cp, * it is ORed with SLAP_SET_RREFARR * - the same applies to the lset with SLAP_SET_LREFVAL and SLAP_SET_LREFARR * - it is assumed that SLAP_SET_REFVAL implies SLAP_SET_REFARR, - * i.e. the former is checked only if the latter is defined. + * i.e. the former is checked only if the latter is set. */ #define SLAP_SET_RREFARR SLAP_SET_REFARR