Fixing libreg threadsafe issues (NR_ API, not yet the version registry API)

git-svn-id: svn://10.0.0.236/trunk@25980 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com
1999-04-02 01:31:55 +00:00
parent b265891467
commit b28dbbb8bf
4 changed files with 1734 additions and 1573 deletions

View File

@@ -136,11 +136,11 @@ VR_INTERFACE(REGERR) NR_RegPack(
);
VR_INTERFACE(REGERR) NR_RegGetUsername(
char **name /* on return, an alloc'ed copy of the current user name */
char **name /* on return, an alloc'ed copy of the current user name */
);
VR_INTERFACE(REGERR) NR_RegSetUsername(
const char *name /* name of current user */
const char *name /* name of current user */
);
/* ---------------------------------------------------------------------
@@ -257,8 +257,8 @@ VR_INTERFACE(REGERR) NR_RegEnumEntries(
);
VR_INTERFACE(void) NR_ShutdownRegistry(void);
VR_INTERFACE(void) NR_StartupRegistry(void);
VR_INTERFACE(void) NR_ShutdownRegistry(void);
VR_INTERFACE(REGERR) NR_StartupRegistry(void);
XP_END_PROTOS