Skip to content
Snippets Groups Projects
Commit bf2d5729 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

more structure name cleanup

parent 1255666b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -30,11 +30,11 @@ LDAP_BEGIN_DECL
/*
* Quick 'n' dirty to make struct slapi_* in slapi-plugin.h opaque
*/
#define slapi_entry slap_entry
#define slapi_attr slap_attr
#define slapi_entry Entry
#define slapi_attr Attribute
#define slapi_value berval
#define slapi_valueset berval *
#define slapi_filter slap_filter
#define slapi_filter Filter
LDAP_END_DECL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment