Index: mozilla/nsprpub/pr/include/obsolete/probslet.h =================================================================== RCS file: /cvsroot/mozilla/nsprpub/pr/include/obsolete/probslet.h,v retrieving revision 3.10 diff -u -r3.10 probslet.h --- mozilla/nsprpub/pr/include/obsolete/probslet.h 21 Oct 2005 18:21:41 -0000 3.10 +++ mozilla/nsprpub/pr/include/obsolete/probslet.h 6 Feb 2006 22:45:17 -0000 @@ -159,6 +159,15 @@ NSPR_API(void) PR_FD_NCLR(PROsfd osfd, PR_fd_set *set); NSPR_API(PRInt32) PR_FD_NISSET(PROsfd osfd, PR_fd_set *set); +/* +** The next two entry points should not be in the API, but they are +** declared here for historical reasons. +*/ + +NSPR_API(PRInt32) PR_GetSysfdTableMax(void); + +NSPR_API(PRInt32) PR_SetSysfdTableSize(PRIntn table_size); + #ifndef NO_NSPR_10_SUPPORT #ifdef XP_MAC #include