Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c044d322
Commit
c044d322
authored
Apr 13, 2006
by
Hallvard Furuseth
Browse files
slap_loglevel_get() prototype
parent
02bb6704
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/proto-slap.h
View file @
c044d322
...
...
@@ -416,6 +416,7 @@ LDAP_SLAPD_F (int) overlay_op_walk LDAP_P((
* bconfig.c
*/
LDAP_SLAPD_F
(
int
)
slap_loglevel_register
LDAP_P
((
slap_mask_t
m
,
struct
berval
*
s
));
LDAP_SLAPD_F
(
int
)
slap_loglevel_get
LDAP_P
((
struct
berval
*
s
,
int
*
l
));
LDAP_SLAPD_F
(
int
)
str2loglevel
LDAP_P
((
const
char
*
s
,
int
*
l
));
LDAP_SLAPD_F
(
int
)
loglevel2bvarray
LDAP_P
((
int
l
,
BerVarray
*
bva
));
LDAP_SLAPD_F
(
const
char
*
)
loglevel2str
LDAP_P
((
int
l
));
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment