diff --git a/nsprpub/pr/include/obsolete/probslet.h b/nsprpub/pr/include/obsolete/probslet.h index efc67f61eaed..98bed4d59e2c 100644 --- a/nsprpub/pr/include/obsolete/probslet.h +++ b/nsprpub/pr/include/obsolete/probslet.h @@ -159,6 +159,15 @@ NSPR_API(void) PR_FD_NSET(PROsfd osfd, PR_fd_set *set); 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