Added NR_RegFlush (14909, required for 16283/16600); warning cleanup (15626) r=shaver

git-svn-id: svn://10.0.0.236/trunk@50962 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com
1999-10-17 21:47:53 +00:00
parent cf41a16010
commit ea80c313d6
5 changed files with 105 additions and 53 deletions

View File

@@ -160,6 +160,19 @@ VR_INTERFACE(REGERR) NR_RegClose(
);
/* ---------------------------------------------------------------------
* NR_RegFlush - Manually flush data in a netscape XP registry
*
* Parameters:
* hReg - handle of open registry to be flushed.
*
* ---------------------------------------------------------------------
*/
VR_INTERFACE(REGERR) NR_RegFlush(
HREG hReg /* handle of open registry to flush */
);
/* ---------------------------------------------------------------------
* NR_RegIsWritable - Check read/write status of open registry
*