aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-fileio.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-17 19:00:20 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-17 19:00:20 +0000
commit2cdf3c631a89150cf31a24f5f4d7d2866734f518 (patch)
tree960b46a3e2a232167b7291781c9a11c6b8c6478e /gdb/remote-fileio.h
parent192cdb1903f9cdc0cfa7c33c380987933c509c9f (diff)
downloadgdb-2cdf3c631a89150cf31a24f5f4d7d2866734f518.zip
gdb-2cdf3c631a89150cf31a24f5f4d7d2866734f518.tar.gz
gdb-2cdf3c631a89150cf31a24f5f4d7d2866734f518.tar.bz2
2003-06-17 Andrew Cagney <cagney@redhat.com>
* trad-frame.h (struct frame_info): Add opaque declaration. * remote-fileio.h (struct cmd_list_element): Add opaque declaration. * h8300-tdep.c (h8300s_register_name): Avoid C++ // style comments.
Diffstat (limited to 'gdb/remote-fileio.h')
-rw-r--r--gdb/remote-fileio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-fileio.h b/gdb/remote-fileio.h
index da248ec..68c6450 100644
--- a/gdb/remote-fileio.h
+++ b/gdb/remote-fileio.h
@@ -24,6 +24,8 @@
#ifndef REMOTE_FILEIO_H
#define REMOTE_FILEIO_H
+struct cmd_list_element;
+
/* Unified interface to remote fileio, called in remote.c from
remote_wait () and remote_async_wait () */
extern void remote_fileio_request (char *buf);