Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
bf2d5729
Commit
bf2d5729
authored
18 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
more structure name cleanup
parent
1255666b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/slapi-plugin.h
+3
-3
3 additions, 3 deletions
include/slapi-plugin.h
servers/slapd/slapi/slapi.h
+3
-3
3 additions, 3 deletions
servers/slapd/slapi/slapi.h
with
6 additions
and
6 deletions
include/slapi-plugin.h
+
3
−
3
View file @
bf2d5729
...
...
@@ -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_b
ackend
_db
Slapi_Backend
;
typedef
struct
slap_op
Slapi_Operation
;
typedef
struct
slap_con
n
Slapi_Connection
;
typedef
struct
B
ackend
DB
Slapi_Backend
;
typedef
struct
Operation
Slapi_Operation
;
typedef
struct
Connectio
n
Slapi_Connection
;
typedef
struct
slapi_dn
Slapi_DN
;
typedef
struct
slapi_rdn
Slapi_RDN
;
typedef
struct
slapi_mod
Slapi_Mod
;
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/slapi/slapi.h
+
3
−
3
View file @
bf2d5729
...
...
@@ -30,11 +30,11 @@ LDAP_BEGIN_DECL
/*
* Quick 'n' dirty to make struct slapi_* in slapi-plugin.h opaque
*/
#define slapi_entry
slap_e
ntry
#define slapi_attr
slap_attr
#define slapi_entry
E
ntry
#define slapi_attr
Attribute
#define slapi_value berval
#define slapi_valueset berval *
#define slapi_filter
slap_f
ilter
#define slapi_filter
F
ilter
LDAP_END_DECL
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment