On Feb 18, 2008 9:04 PM, D3||||!$ <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I want to know what maxPTDs argument of PR_Init is...
> http://www.mozilla.org/projects/nspr/reference/html/prinit.html#15734
>
> The description says:
> maxPTDs    This parameter is ignored.
>
> Then what's its purpose???

The maxPTDs argument is kept for backward compatibility.  We can't
change the function prototype of a public function.

In fact, it is no longer necessary to call PR_Init().  NSPR is now implicitly
initialized, usually by the first NSPR function the program calls.

Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to