Commit 3b5897e5 authored by konstantin@mysql.com's avatar konstantin@mysql.com

Fix conflicting declaration and definition of db_output (compilation

failure).
parent 14d44f19
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment