mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-03 02:41:24 +08:00
make definition match decleration (pulled from HEAD
This commit is contained in:
parent
3e7dff5766
commit
983fce3002
@ -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