From bbe15eab7e146cc330a4b83bfc5579e32615af2a Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 18 Mar 2023 16:07:49 +0100 Subject: Added some wrapped function to libnspr4 --- src/wrapped/wrappednspr4_private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappednspr4_private.h b/src/wrapped/wrappednspr4_private.h index 9a02d1c7..ad3702d7 100755 --- a/src/wrapped/wrappednspr4_private.h +++ b/src/wrapped/wrappednspr4_private.h @@ -108,7 +108,7 @@ GO(PR_EmulateSendFile, iFppiu) //GO(PR_ErrorInstallCallback, //GO(PR_ErrorInstallTable, //GO(PR_ErrorLanguages, -//GO(PR_ErrorToName, +GO(PR_ErrorToName, pFi) //GO(PR_ErrorToString, //GO(PR_ExitMonitor, //GO(PR_ExplodeTime, @@ -151,8 +151,8 @@ GO(PR_EmulateSendFile, iFppiu) //GO(PR_GetEnv, //GO(PR_GetEnvSecure, GO(PR_GetError, iFv) -//GO(PR_GetErrorText, -//GO(PR_GetErrorTextLength, +GO(PR_GetErrorText, iFp) +GO(PR_GetErrorTextLength, iFv) //GO(PR_GetFileInfo, //GO(PR_GetFileInfo64, //GO(PR_GetFileMethods, @@ -173,7 +173,7 @@ GO(PR_GetError, iFv) //GO(PR_GetNumberOfProcessors, //GO(PR_GetOpenFileInfo, //GO(PR_GetOpenFileInfo64, -//GO(PR_GetOSError, +GO(PR_GetOSError, iFv) //GO(PR_GetPageShift, //GO(PR_GetPageSize, //GO(PR_GetPathSeparator, @@ -354,7 +354,7 @@ GO(PR_SetSocketOption, iFpp) //GO(PR_ShutdownThreadPool, //GO(PR_Sleep, //GO(PR_smprintf, -//GO(PR_smprintf_free, +GO(PR_smprintf_free, vFp) //GO(PR_snprintf, //GO(PR_Socket, //GO(PR_sprintf_append, -- cgit 1.4.1