X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fslapi-plugin.h;h=3076bc9c22ba9f1fa85410776bf574cba8435dcc;hb=0a733890973963ab9882c015b02d81977a44b7ed;hp=b3589058f2b6a441e4ab567ad74f8b279e38aa6d;hpb=da6d9eb0463255782f3fa70c61fd958d94c048cf;p=openldap diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index b3589058f2..3076bc9c22 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -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;