2003-01-18 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / gdbcore.h
index 5c10c589e50b6b6df2cb7e79aeab9e298c892c69..e359b3dabbb960005f46cdeeb7664d58cec91361 100644 (file)
@@ -70,8 +70,7 @@ extern void read_memory_string (CORE_ADDR, char *, int);
 /* Read the pointer of type TYPE at ADDR, and return the address it
    represents. */
 
-CORE_ADDR
-read_memory_typed_address (CORE_ADDR addr, struct type *type);
+CORE_ADDR read_memory_typed_address (CORE_ADDR addr, struct type *type);
 
 /* This takes a char *, not void *.  This is probably right, because
    passing in an int * or whatever is wrong with respect to
This page took 0.024105 seconds and 4 git commands to generate.