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
08c87f8f
Commit
08c87f8f
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
rename macros per conventions
zap commented out _int_ declarations
parent
5e4318df
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
include/ldap_log.h
+4
-5
4 additions, 5 deletions
include/ldap_log.h
with
4 additions
and
5 deletions
include/ldap_log.h
+
4
−
5
View file @
08c87f8f
...
...
@@ -30,12 +30,12 @@ LDAP_BEGIN_DECL
/*
* While it's not important that the subsystem number are
* contiguous, it is important that the
NUM
_SUBSYS accurately
* reflect the number of subsystems and
MAX
_SUBSYS reflect
* contiguous, it is important that the
LDAP
_SUBSYS
_NUM
accurately
* reflect the number of subsystems and
LDAP
_SUBSYS
_MAX
reflect
* the largest subsystem number.
*/
#define
NUM
_SUBSYS 12
#define
MAX
_SUBSYS 11
#define
LDAP
_SUBSYS
_NUM
12
#define
LDAP
_SUBSYS
_MAX
11
#define LDAP_SUBSYS_GLOBAL 0
#define LDAP_SUBSYS_OPERATION 1
...
...
@@ -138,7 +138,6 @@ LDAP_LUTIL_F(int) lutil_mnem2level LDAP_P(( char *level ));
LDAP_LUTIL_F
(
void
)
lutil_log_initialize
(
int
argc
,
char
**
argv
);
LDAP_LUTIL_F
(
void
)
lutil_set_debug_level
LDAP_P
((
char
*
subsys
,
int
level
));
LDAP_LUTIL_F
(
void
)
lutil_log
LDAP_P
((
char
*
subsys
,
int
level
,
const
char
*
fmt
,
...
));
/*LDAP_LUTIL_F(void) lutil_log_int LDAP_P(( FILE* file, char *subsys, int level, const char *fmt, va_list vl ));*/
LDAP_LUTIL_F
(
int
)
lutil_debug_file
LDAP_P
((
FILE
*
file
));
...
...
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