make definition match decleration (pulled from HEAD

This commit is contained in:
Ben Collins 2000-09-15 19:51:17 +00:00
parent 3e7dff5766
commit 983fce3002

View File

@ -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;