Fix PR python/20129 - use of non-existing variable
[deliverable/binutils-gdb.git] / gdb / remote-fileio.h
index 40a614a7abb7fee2c51ef4b050e9343bd8fcd6bb..9e74755233b7b5b6cb2db8aeb08534adbf316787 100644 (file)
@@ -1,6 +1,6 @@
 /* Remote File-I/O communications
 
-   Copyright (C) 2003-2015 Free Software Foundation, Inc.
+   Copyright (C) 2003-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -22,6 +22,8 @@
 #ifndef REMOTE_FILEIO_H
 #define REMOTE_FILEIO_H
 
+#include "fileio.h"
+
 struct cmd_list_element;
 
 /* Unified interface to remote fileio, called in remote.c from
@@ -36,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.024013 seconds and 4 git commands to generate.