aboutsummaryrefslogtreecommitdiff
path: root/gdb/typeprint.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-21 19:20:30 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-21 19:20:30 +0000
commit17732724f33c6969c86a29c832e094b96a4483bf (patch)
tree5a5276a6aa015c94cfa47359a817472d59331fa8 /gdb/typeprint.h
parentfd0407d670c5a89ba5ba8cba65a056ac8c709e75 (diff)
downloadgdb-17732724f33c6969c86a29c832e094b96a4483bf.zip
gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.gz
gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.bz2
Update makefile.in dependencies. Add header wrappers.
Diffstat (limited to 'gdb/typeprint.h')
-rw-r--r--gdb/typeprint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/typeprint.h b/gdb/typeprint.h
index a0d4438..c57cc58 100644
--- a/gdb/typeprint.h
+++ b/gdb/typeprint.h
@@ -19,7 +19,11 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#ifndef TYPEPRINT_H
+#define TYPEPRINT_H
+
void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
int, int);
+#endif