mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
slap_loglevel_get() prototype
This commit is contained in:
parent
02bb67044b
commit
c044d32262
@ -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 ));
|
||||
|
Loading…
Reference in New Issue
Block a user