X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..3e248c3b5b309bc03eb5f70762d3f5671d51f996:/pub/keycheck.h?ds=sidebyside diff --git a/pub/keycheck.h b/pub/keycheck.h index f6b3388..db50e3f 100644 --- a/pub/keycheck.h +++ b/pub/keycheck.h @@ -73,8 +73,9 @@ typedef struct keycheck_reportctx { * Use: Reports a message to the user function. */ -extern int keycheck_report(keycheck */*kc*/, unsigned /*sev*/, - const char */*msg*/, ...); +extern int PRINTF_LIKE(3, 4) + keycheck_report(keycheck */*kc*/, unsigned /*sev*/, + const char */*msg*/, ...); /* --- @keycheck_init@ --- * *