* fork-child.c (fork_inferior): Only reset the thread list if this
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 3c4e948211628f506b5c9a5565880e17749d9f26..fc54acc4ccf7a56d4dbf37966f080e7250cdc173 100644 (file)
@@ -1165,7 +1165,8 @@ extern struct type *make_pointer_type (struct type *, struct type **);
 
 extern struct type *lookup_pointer_type (struct type *);
 
-extern struct type *make_function_type (struct type *, struct type **);
+extern struct type *make_function_type (struct type *, struct type **,
+                                       struct objfile *);
 
 extern struct type *lookup_function_type (struct type *);
 
This page took 0.025103 seconds and 4 git commands to generate.