]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/tprintf.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / bsd / sys / tprintf.h
index cf066876db17baba5cb6f12133a9df58b2a2dfe9..a9d704a4ed0b8d5d32aa56b4055fa4fcc4a9412a 100644 (file)
@@ -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 */