summaryrefslogtreecommitdiffstats
path: root/include/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/err.h')
-rw-r--r--include/err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/err.h b/include/err.h
index 8236f00..2f065e7 100644
--- a/include/err.h
+++ b/include/err.h
@@ -55,6 +55,8 @@ void warn __P((const char *, ...));
void vwarn __P((const char *, _BSD_VA_LIST_));
void warnx __P((const char *, ...));
void vwarnx __P((const char *, _BSD_VA_LIST_));
+void err_set_file __P((void *));
+void err_set_exit __P((void (*)__P((int))));
__END_DECLS
#endif /* !_ERR_H_ */
OpenPOWER on IntegriCloud