mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fix conflicting declaration and definition of db_output (compilation
failure).
This commit is contained in:
parent
14d44f19b5
commit
3b5897e5e9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ extern void _db_pargs_(uint _line_,const char *keyword);
|
|||
extern void _db_doprnt_ _VARARGS((const char *format,...));
|
||||
extern void _db_dump_(uint _line_,const char *keyword,const char *memory,
|
||||
uint length);
|
||||
extern void _db_output_(void);
|
||||
extern void _db_output_(uint);
|
||||
extern void _db_lock_file(void);
|
||||
extern void _db_unlock_file(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue