X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fc-lang.h;h=dd8f231170214b7b7f43445297fe0cb7839b780e;hb=d2427a719bedac1dff31c9566234062b887f7cce;hp=e64d4c69e909e1ab084bb320f0bb944537ba3979;hpb=84f0252a038f4c2ceb70d076f58159eaa8e3dfab;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/c-lang.h b/gdb/c-lang.h index e64d4c69e9..dd8f231170 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -23,6 +23,8 @@ #if !defined (C_LANG_H) #define C_LANG_H 1 +struct ui_file; + #include "value.h" #include "macroexp.h" @@ -65,9 +67,6 @@ extern struct type **const (c_builtin_types[]); extern void c_type_print_base (struct type *, struct ui_file *, int, int); -extern void c_type_print_varspec_prefix (struct type *, struct ui_file *, - int, int); - /* These are in cp-valprint.c */ extern int vtblprint; /* Controls printing of vtbl's */