diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-22 09:02:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-22 09:02:23 +0000 |
commit | 74b7792f0fcae41f7c7da524527b7261a3fd68c4 (patch) | |
tree | b88a9a20c59780f3b51c4819b6dea5acce3ec446 /gdb/objfiles.h | |
parent | 32c092c3fab0ca778242005a793cc4641c3e1b4b (diff) | |
download | binutils-gdb-74b7792f0fcae41f7c7da524527b7261a3fd68c4.tar.gz |
Purge (almost) make_cleanup_func.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index b24894a6fd2..331d21b3e61 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -507,6 +507,8 @@ unlink_objfile PARAMS ((struct objfile *)); extern void free_objfile PARAMS ((struct objfile *)); +extern struct cleanup *make_cleanup_free_objfile (struct objfile *); + extern void free_all_objfiles PARAMS ((void)); |