]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/tprintf.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / sys / tprintf.h
index 907230180cc0f385098ca7b3b57df1fae73bc5bb..8eaa9374825b37b8fe8ffae7c50433196b657420 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 #ifndef _SYS_TPRINTF_H_
 #define        _SYS_TPRINTF_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_UNSTABLE
+
 typedef struct session *tpr_t;
 
 tpr_t  tprintf_open __P((struct proc *));
 void   tprintf_close __P((tpr_t));
 
 void   tprintf __P((tpr_t, const char *fmt, ...));
+#endif /* __APPLE_API_UNSTABLE */
+
 #endif /* !_SYS_TPRINTF_H_ */