Fix for bug #46709. Missed this file in checkin.

r=rayw
This commit is contained in:
kandrot%netscape.com 2000-09-08 02:44:13 +00:00
Родитель bcea862cd3
Коммит c39391e476
1 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -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
*