X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fslapi-plugin.h;h=7ffd401c02d77e3cb856d41b619f59f5c8eec631;hb=ee4ce7222b4288c76fd461e0b34f2b4ec998a390;hp=5598dcc4cba24d8348b5b867c19d91f35c37dc6d;hpb=4856d82ff9a6f3f0430d5810564453ef2506920e;p=openldap diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 5598dcc4cb..7ffd401c02 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-2006 The OpenLDAP Foundation. + * Copyright 1998-2008 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;