chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
@@@ timeout wip
[mLib]
/
ui
/
report.h
diff --git
a/ui/report.h
b/ui/report.h
index 4266cc2f6bafb2158120917a5ef0df046976f8b4..19368775f93f216dfc710bb396eb20ae06307711 100644
(file)
--- a/
ui/report.h
+++ b/
ui/report.h
@@
-50,8
+50,7
@@
* Use: Reports an error.
*/
* Use: Reports an error.
*/
-extern void PRINTF_LIKE(1, 2)
- moan(const char *f, ...);
+extern PRINTF_LIKE(1, 2) void moan(const char *f, ...);
/* --- @die@ --- *
*
/* --- @die@ --- *
*
@@
-65,8
+64,7
@@
extern void PRINTF_LIKE(1, 2)
* permanent.
*/
* permanent.
*/
-extern void PRINTF_LIKE(2, 3) NORETURN
- die(int status, const char *f, ...);
+extern PRINTF_LIKE(2, 3) NORETURN void die(int status, const char *f, ...);
/*----- That's all, folks -------------------------------------------------*/
/*----- That's all, folks -------------------------------------------------*/