Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Jaak Ristioja
OpenLDAP
Commits
676984e8
Commit
676984e8
authored
21 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
Fix slap_EXOP declarations
parent
62cc5d2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
servers/slapd/proto-slap.h
+4
-4
4 additions, 4 deletions
servers/slapd/proto-slap.h
with
4 additions
and
4 deletions
servers/slapd/proto-slap.h
+
4
−
4
View file @
676984e8
...
...
@@ -444,11 +444,11 @@ LDAP_SLAPD_F (int) entry_id_cmp LDAP_P(( const void *v_a, const void *v_b ));
* extended.c
*/
#ifdef LDAP_EXOP_X_CANCEL
const
struct
berval
slap_EXOP_CANCEL
;
LDAP_SLAPD_V
(
const
struct
berval
)
slap_EXOP_CANCEL
;
#endif
const
struct
berval
slap_EXOP_WHOAMI
;
const
struct
berval
slap_EXOP_MODIFY_PASSWD
;
const
struct
berval
slap_EXOP_START_TLS
;
LDAP_SLAPD_V
(
const
struct
berval
)
slap_EXOP_WHOAMI
;
LDAP_SLAPD_V
(
const
struct
berval
)
slap_EXOP_MODIFY_PASSWD
;
LDAP_SLAPD_V
(
const
struct
berval
)
slap_EXOP_START_TLS
;
typedef
int
(
SLAP_EXTOP_MAIN_FN
)
LDAP_P
((
Operation
*
op
,
SlapReply
*
rs
));
...
...
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