Fix for bug #46709. Missed this file in checkin.
r=rayw git-svn-id: svn://10.0.0.236/trunk@78478 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4ed26ff1e6
commit
7c6d710dc2
@ -128,6 +128,24 @@ PR_BEGIN_EXTERN_C
|
||||
* ---------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
* NR_RegSetBufferSize - Sets the file buffer size
|
||||
*
|
||||
* Parameters:
|
||||
* hReg - handle to opened registry
|
||||
* bufsize - size of the new buffer
|
||||
*
|
||||
* Output:
|
||||
* ---------------------------------------------------------------------
|
||||
* returns the size of the buffer or -1 for err
|
||||
*/
|
||||
VR_INTERFACE(int) NR_RegSetBufferSize(
|
||||
HREG hReg, /* handle to opened registry */
|
||||
int bufsize
|
||||
);
|
||||
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
* NR_RegOpen - Open a netscape XP registry
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user