aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-23 14:48:13 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-23 14:48:13 +0000
commitf5ff8c83c82bcf6d152bf5390a6ca8716dab1de3 (patch)
tree125615c64e173d4680bd334d376661a38c1850f8 /gdb/defs.h
parentba09750c1eb83bff64c9ee1b0254de68da3ca1f2 (diff)
downloadgdb-f5ff8c83c82bcf6d152bf5390a6ca8716dab1de3.zip
gdb-f5ff8c83c82bcf6d152bf5390a6ca8716dab1de3.tar.gz
gdb-f5ff8c83c82bcf6d152bf5390a6ca8716dab1de3.tar.bz2
Add make_cleanup_close() function.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index d2810dc..b11edd1 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -332,6 +332,8 @@ extern struct cleanup *make_cleanup_freeargv (char **);
struct ui_file;
extern struct cleanup *make_cleanup_ui_file_delete (struct ui_file *);
+extern struct cleanup *make_cleanup_close (int fd);
+
extern struct cleanup *make_cleanup_bfd_close (bfd *abfd);
extern struct cleanup *make_final_cleanup (make_cleanup_ftype *, void *);