summaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index bfca343fc10..74300b41c45 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -134,4 +134,6 @@ extern int warningcount;
extern int sorrycount;
extern const char *progname;
+
+extern void set_fatal_function PARAMS ((void (*)(const char *, va_list)));
#endif /* __GCC_TOPLEV_H */