mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
make function match it's decleration
This commit is contained in:
parent
aaf59e2a2b
commit
5c8d4c88b6
@ -41,7 +41,7 @@ int lutil_debug_file( FILE *file )
|
||||
return 0;
|
||||
}
|
||||
|
||||
void (lutil_debug)( int level, int debug, const char *fmt, ... )
|
||||
void (lutil_debug)( int debug, int level, const char *fmt, ... )
|
||||
{
|
||||
char buffer[4096];
|
||||
va_list vl;
|
||||
|
Loading…
Reference in New Issue
Block a user