X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fslapi-plugin.h;h=afcb8e38fbe4ed988b28aaedc27677ce7dcab87e;hb=83967bcda297b65e6f500b9ad234db87dedfcfee;hp=b3589058f2b6a441e4ab567ad74f8b279e38aa6d;hpb=da6d9eb0463255782f3fa70c61fd958d94c048cf;p=openldap diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index b3589058f2..afcb8e38fb 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2007 The OpenLDAP Foundation. + * Copyright 1998-2009 The OpenLDAP Foundation. * Portions Copyright 1997,2002,2003 IBM Corporation. * All rights reserved. * @@ -31,9 +31,9 @@ typedef struct slapi_attr Slapi_Attr; typedef struct slapi_value Slapi_Value; typedef struct slapi_valueset Slapi_ValueSet; typedef struct slapi_filter Slapi_Filter; -typedef struct slap_backend_db Slapi_Backend; -typedef struct slap_op Slapi_Operation; -typedef struct slap_conn Slapi_Connection; +typedef struct BackendDB Slapi_Backend; +typedef struct Operation Slapi_Operation; +typedef struct Connection Slapi_Connection; typedef struct slapi_dn Slapi_DN; typedef struct slapi_rdn Slapi_RDN; typedef struct slapi_mod Slapi_Mod;