Implement vFile:setfs in gdbserver
[deliverable/binutils-gdb.git] / gdb / gdbserver / hostio.h
index ce951f0c8a62dc66099761b01f31ed84408c74f6..1cb552c362ae02ce702cfe326ca591883742a4e5 100644 (file)
@@ -19,6 +19,9 @@
 #ifndef HOSTIO_H
 #define HOSTIO_H
 
+/* Per-connection setup.  */
+extern void hostio_handle_new_gdb_connection (void);
+
 /* Functions from hostio.c.  */
 extern int handle_vFile (char *, int, int *);
 
This page took 0.025401 seconds and 4 git commands to generate.