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
f8a3a664
Commit
f8a3a664
authored
25 years ago
by
Gary Williams
Browse files
Options
Downloads
Patches
Plain Diff
LDAP_P is only for prototypes, remove from function def
parent
46802eee
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/libldap/search.c
+2
-2
2 additions, 2 deletions
libraries/libldap/search.c
with
2 additions
and
2 deletions
libraries/libldap/search.c
+
2
−
2
View file @
f8a3a664
...
...
@@ -333,7 +333,7 @@ ldap_build_search_req(
return
(
ber
);
}
static
int
ldap_is_attr_oid
LDAP_P
(
(
const
char
*
attr
)
)
static
int
ldap_is_attr_oid
(
const
char
*
attr
)
{
int
i
,
c
,
digit
=
0
;
...
...
@@ -359,7 +359,7 @@ static int ldap_is_attr_oid LDAP_P(( const char *attr ))
}
static
int
ldap_is_attr_desc
LDAP_P
(
(
const
char
*
attr
)
)
static
int
ldap_is_attr_desc
(
const
char
*
attr
)
{
/* cheap attribute description check */
int
i
,
c
;
...
...
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