* path.h (path_conv::set_name): Declare new function.

* path.cc (path_conv::set_name): Define new function.
* fhandler.h (fhandler_dev_null::open): Declare new function.
* fhandler.cc (fhandler_dev_null::open): Define new function.
This commit is contained in:
Christopher Faylor
2005-01-31 21:29:59 +00:00
parent 4faae8d6e9
commit 17dc5be5e9
5 changed files with 27 additions and 0 deletions

View File

@ -951,6 +951,7 @@ class fhandler_dev_null: public fhandler_base
{
public:
fhandler_dev_null ();
int open (int, mode_t);
void dump ();
select_record *select_read (select_record *s);