From 2cdf3c631a89150cf31a24f5f4d7d2866734f518 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 17 Jun 2003 19:00:20 +0000 Subject: 2003-06-17 Andrew Cagney * 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. --- gdb/remote-fileio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/remote-fileio.h') 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); -- cgit v1.1