chiark / gitweb /
Merge branch '2.4.x' into 2.5.x
[catacomb] / pub / keycheck.h
index f6b3388711b0f2cf0549398001a6da65b9083288..db50e3ffb377f90e9351bcb4240366e1e6de44d9 100644 (file)
@@ -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@ --- *
  *