summaryrefslogtreecommitdiff
path: root/pr/include/private/pprio.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/private/pprio.h')
-rw-r--r--pr/include/private/pprio.h21
1 files changed, 9 insertions, 12 deletions
diff --git a/pr/include/private/pprio.h b/pr/include/private/pprio.h
index 37877ea3..4c12af38 100644
--- a/pr/include/private/pprio.h
+++ b/pr/include/private/pprio.h
@@ -208,18 +208,6 @@ NSPR_API(void) PR_NTFast_UpdateAcceptContext(PRFileDesc *acceptSock,
PRFileDesc *listenSock);
-/* FUNCTION: PR_NT_UseNonblock
-** DESCRIPTION:
-** This function only works on NT. It tells nspr to use nonblocking io
-** rather than async IO. There is no way to use some of each. This
-** function should be called immediately after calling PR_Init().
-**
-** WARNING: THIS FUNCTION IS A TEMPORARY HACK AND WILL BE REMOVED SHORTLY
-** (LIKE ALL FUNCTIONS IN THE PRIVATE AREA). DO NOT USE THIS FUNCTION AT
-** ALL WITHOUT CONTACTING mbelshe@netscape.com.
-*/
-NSPR_API(void) PR_NT_UseNonblock();
-
/* FUNCTION: PR_NT_CancelIo
** DESCRIPTION:
** Cancel IO operations on fd.
@@ -229,6 +217,15 @@ NSPR_API(PRStatus) PR_NT_CancelIo(PRFileDesc *fd);
#endif /* WIN32 */
+/*
+** Need external access to this on Mac so we can first set up our faux
+** environment vars
+*/
+#ifdef XP_MAC
+NSPR_API(void) PR_Init_Log(void);
+#endif
+
+
PR_END_EXTERN_C
#endif /* pprio_h___ */