diff options
Diffstat (limited to 'usr.bin/make/main.h')
-rw-r--r-- | usr.bin/make/main.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/make/main.h b/usr.bin/make/main.h index 035de86e602..4106c60daf7 100644 --- a/usr.bin/make/main.h +++ b/usr.bin/make/main.h @@ -1,6 +1,6 @@ #ifndef MAIN_H #define MAIN_H -/* $OpenBSD: main.h,v 1.6 2020/01/13 14:51:50 espie Exp $ */ +/* $OpenBSD: main.h,v 1.7 2023/05/30 04:42:21 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -41,4 +41,8 @@ extern Lst create; /* set_notparallel(): used to influence running mode from parse.c */ extern void set_notparallel(void); +/* dump_unreadable: in case of some errors, dump makefile names + * we found but are unable to read. + */ +extern void dump_unreadable(void); #endif |