* linux-nat.h (struct target_waitstatus): Declare opaque.
* dwarf2-frame.h (struct frame_info): Declare opaque.
+2003-09-13 Andrew Cagney <cagney@redhat.com>
+
+ * linux-nat.h (struct target_waitstatus): Declare opaque.
+ * dwarf2-frame.h (struct frame_info): Declare opaque.
+
2003-09-13 Christopher Faylor <cgf@redhat.com>
* win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
#define DWARF2_FRAME_H 1
struct objfile;
+struct frame_info;
/* Return the frame unwind methods for the function that contains PC,
or NULL if it can't be handled by DWARF CFI frame unwinder. */
system". */
struct mem_attrib;
struct target_ops;
+struct target_waitstatus;
extern int linux_proc_xfer_memory (CORE_ADDR addr, char *myaddr, int len,
int write, struct mem_attrib *attrib,