From: Luke Howard Date: Fri, 22 Jul 2005 09:39:26 +0000 (+0000) Subject: Fix error in last commit X-Git-Tag: OPENLDAP_AC_BP~249 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ac93f86303c541d7ca7493ac92ee4439e148dde4;p=openldap Fix error in last commit --- diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 9bad08a8fb..4dcab395fb 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -43,8 +43,6 @@ typedef struct slapi_componentid Slapi_ComponentId; #define SLAPI_ATTR_UNIQUEID "entryUUID" #define SLAPI_ATTR_OBJECTCLASS "objectClass" -#ifndef SLAP - /* pblock routines */ int slapi_pblock_get( Slapi_PBlock *pb, int arg, void *value ); int slapi_pblock_set( Slapi_PBlock *pb, int arg, void *value );