mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
add prototype for lutil_mnem2level
This commit is contained in:
parent
c3c88de106
commit
268d11a20e
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ LDAP_BEGIN_DECL
|
|||
#endif /* LDAP_DEBUG */
|
||||
|
||||
|
||||
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, ... ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue