contrib/chg/util.h
changeset 28788 57a78a64de44
parent 28787 ea86cdcd9b50
child 28854 ddef14468952
--- a/contrib/chg/util.h	Tue Apr 05 14:48:09 2016 +0100
+++ b/contrib/chg/util.h	Tue Apr 05 17:25:39 2016 +0100
@@ -17,6 +17,7 @@
 #endif
 
 void abortmsg(const char *fmt, ...) PRINTF_FORMAT_;
+void abortmsgerrno(const char *fmt, ...) PRINTF_FORMAT_;
 
 void enablecolor(void);
 void enabledebugmsg(void);