missing commit

* remote-fileio.h (remote_fileio_reset): Prototype.
This commit is contained in:
Nathan Sidwell 2006-06-09 06:09:50 +00:00
parent 96f989c24e
commit 9938344b49
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ struct cmd_list_element;
remote_wait () and remote_async_wait () */
extern void remote_fileio_request (char *buf);
/* Cleanup any remote fileio state. */
extern void remote_fileio_reset (void);
/* Called from _initialize_remote () */
extern void initialize_remote_fileio (
struct cmd_list_element *remote_set_cmdlist,