X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fremote-fileio.h;h=ab73f9ba7dbe0c79a88a4aa163ffe97d06dc8024;hb=f1f28025c3ea75d5368ddd3046461648145b89b3;hp=2b97ac34034e22f6b45ab909ad678e04eea9726a;hpb=61baf725eca99af2569262d10aca03dcde2698f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-fileio.h b/gdb/remote-fileio.h index 2b97ac3403..ab73f9ba7d 100644 --- a/gdb/remote-fileio.h +++ b/gdb/remote-fileio.h @@ -1,6 +1,6 @@ /* Remote File-I/O communications - Copyright (C) 2003-2017 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -22,13 +22,15 @@ #ifndef REMOTE_FILEIO_H #define REMOTE_FILEIO_H -#include "fileio.h" +#include "gdbsupport/fileio.h" struct cmd_list_element; +struct remote_target; /* Unified interface to remote fileio, called in remote.c from remote_wait () and remote_async_wait (). */ -extern void remote_fileio_request (char *buf, int ctrlc_pending_p); +extern void remote_fileio_request (remote_target *remote, + char *buf, int ctrlc_pending_p); /* Cleanup any remote fileio state. */ extern void remote_fileio_reset (void);