X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fslapi-plugin.h;h=0358667ccdbca7c806d0e69e2eff5d0bd1d6df02;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=241f39d5c55828b54dadc6ee67135e58967927b4;hpb=fd5ad3ef399dc281e78b06a36162a58a95518c34;p=openldap diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 241f39d5c5..0358667ccd 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -343,7 +343,7 @@ Slapi_PBlock *slapi_modrdn_internal( char * olddn, char * newrdn, int deloldrdn, LDAPControl **controls, int log_change ); Slapi_PBlock *slapi_rename_internal( const char * olddn, const char *newrdn, - const char *newsuperior, int delolrdn, + const char *newsuperior, int deloldrdn, LDAPControl **controls, int log_change ); void slapi_free_search_results_internal(Slapi_PBlock *pb); @@ -555,7 +555,7 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags ); #define SLAPI_PLUGIN_DESCRIPTION 12 #define SLAPI_PLUGIN_IDENTITY 13 -/* internal opreations params */ +/* internal operations params */ #define SLAPI_PLUGIN_INTOP_RESULT 15 #define SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES 16 #define SLAPI_PLUGIN_INTOP_SEARCH_REFERRALS 17