* ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 895e937d309588f2a79fd8b34cc212be942ca912..1bcfd340793d1eb6dd6843b94a3fd4471cd81dbe 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+struct type_print_options;
+
 extern int f_parse (void);
 
 extern void f_error (char *);  /* Defined in f-exp.y */
 
 extern void f_print_type (struct type *, const char *, struct ui_file *, int,
-                         int);
+                         int, const struct type_print_options *);
 
 extern void f_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
                         struct ui_file *, int,
This page took 0.026003 seconds and 4 git commands to generate.