Fix conflicting declaration and definition of db_output (compilation
failure). include/my_dbug.h: Fix conflicting declaration and definition of db_output.
This commit is contained in:
parent
0295b2eb3c
commit
40772cccb3
@ -39,7 +39,7 @@ extern void _db_pargs_(uint _line_,const char *keyword);
|
|||||||
extern void _db_doprnt_ _VARARGS((const char *format,...));
|
extern void _db_doprnt_ _VARARGS((const char *format,...));
|
||||||
extern void _db_dump_(uint _line_,const char *keyword,const char *memory,
|
extern void _db_dump_(uint _line_,const char *keyword,const char *memory,
|
||||||
uint length);
|
uint length);
|
||||||
extern void _db_output_(void);
|
extern void _db_output_(uint);
|
||||||
extern void _db_lock_file(void);
|
extern void _db_lock_file(void);
|
||||||
extern void _db_unlock_file(void);
|
extern void _db_unlock_file(void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user