From 268d11a20e41df0017739f9674b9621412d7ef44 Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Tue, 17 Oct 2000 19:37:01 +0000 Subject: [PATCH] add prototype for lutil_mnem2level --- include/ldap_log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ldap_log.h b/include/ldap_log.h index b27b1d3215..015f8fb3a2 100644 --- a/include/ldap_log.h +++ b/include/ldap_log.h @@ -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, ... )); -- 2.39.5