more structure name cleanup

This commit is contained in:
Pierangelo Masarati 2007-03-20 17:09:24 +00:00
parent 1255666b8b
commit bf2d5729ae
2 changed files with 6 additions and 6 deletions

View file

@ -31,9 +31,9 @@ typedef struct slapi_attr Slapi_Attr;
typedef struct slapi_value Slapi_Value; typedef struct slapi_value Slapi_Value;
typedef struct slapi_valueset Slapi_ValueSet; typedef struct slapi_valueset Slapi_ValueSet;
typedef struct slapi_filter Slapi_Filter; typedef struct slapi_filter Slapi_Filter;
typedef struct slap_backend_db Slapi_Backend; typedef struct BackendDB Slapi_Backend;
typedef struct slap_op Slapi_Operation; typedef struct Operation Slapi_Operation;
typedef struct slap_conn Slapi_Connection; typedef struct Connection Slapi_Connection;
typedef struct slapi_dn Slapi_DN; typedef struct slapi_dn Slapi_DN;
typedef struct slapi_rdn Slapi_RDN; typedef struct slapi_rdn Slapi_RDN;
typedef struct slapi_mod Slapi_Mod; typedef struct slapi_mod Slapi_Mod;

View file

@ -30,11 +30,11 @@ LDAP_BEGIN_DECL
/* /*
* Quick 'n' dirty to make struct slapi_* in slapi-plugin.h opaque * Quick 'n' dirty to make struct slapi_* in slapi-plugin.h opaque
*/ */
#define slapi_entry slap_entry #define slapi_entry Entry
#define slapi_attr slap_attr #define slapi_attr Attribute
#define slapi_value berval #define slapi_value berval
#define slapi_valueset berval * #define slapi_valueset berval *
#define slapi_filter slap_filter #define slapi_filter Filter
LDAP_END_DECL LDAP_END_DECL