X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..5c9f46613a83ebfc29a5b1f099448259e96a98f0:/bsd/sys/tprintf.h diff --git a/bsd/sys/tprintf.h b/bsd/sys/tprintf.h index cf066876d..a9d704a4e 100644 --- a/bsd/sys/tprintf.h +++ b/bsd/sys/tprintf.h @@ -74,7 +74,7 @@ typedef struct session *tpr_t; __BEGIN_DECLS tpr_t tprintf_open(struct proc *); void tprintf_close(tpr_t); -void tprintf(tpr_t, const char *fmt, ...); +void tprintf(tpr_t, const char *fmt, ...) __printflike(2,3); __END_DECLS #endif /* __APPLE_API_UNSTABLE */