Fix warning: Invalid entry in .debug_gdb_scripts section
[deliverable/binutils-gdb.git] / gdb / remote-fileio.h
index 8b328686d74b410b5ad40b348f0483a074966d49..2b97ac34034e22f6b45ab909ad678e04eea9726a 100644 (file)
@@ -1,6 +1,6 @@
 /* Remote File-I/O communications
 
-   Copyright (C) 2003-2015 Free Software Foundation, Inc.
+   Copyright (C) 2003-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -22,7 +22,7 @@
 #ifndef REMOTE_FILEIO_H
 #define REMOTE_FILEIO_H
 
-#include "common-remote-fileio.h"
+#include "fileio.h"
 
 struct cmd_list_element;
 
@@ -38,4 +38,8 @@ extern void initialize_remote_fileio (
   struct cmd_list_element *remote_set_cmdlist,
   struct cmd_list_element *remote_show_cmdlist);
 
+/* Unpack a struct fio_stat.  */
+extern void remote_fileio_to_host_stat (struct fio_stat *fst,
+                                       struct stat *st);
+
 #endif
This page took 0.027895 seconds and 4 git commands to generate.