diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-04-01 08:57:49 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-04-01 08:58:02 +0200 |
| commit | d5356bee99b01f8e4771f84f0abb1b69433bba5f (patch) | |
| tree | 3e16afbeaa9c2ec4b2d80acd8bc85f8deea7ecc2 /src | |
| parent | 0384294cbf3b93846e4554e415ac2aae4dd4d28b (diff) | |
| download | box64-d5356bee99b01f8e4771f84f0abb1b69433bba5f.tar.gz box64-d5356bee99b01f8e4771f84f0abb1b69433bba5f.zip | |
Added a few more symbols to wrapped libnss3 and libnspr4
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappednspr4_private.h | 4 | ||||
| -rwxr-xr-x | src/wrapped/wrappednss3_private.h | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/src/wrapped/wrappednspr4_private.h b/src/wrapped/wrappednspr4_private.h index ad3702d7..81ef7c87 100755 --- a/src/wrapped/wrappednspr4_private.h +++ b/src/wrapped/wrappednspr4_private.h @@ -2,6 +2,8 @@ #error Meh.... #endif +// typedef PRUint32 PRIntervalTime; + //GO(GetExecutionEnvironment, //GO(libVersionPoint, //GO(LL_MaxInt, @@ -224,7 +226,7 @@ GO(PR_Initialized, iFv) //GO(PR_Interrupt, //GO(PR_IntervalNow, //GO(PR_IntervalToMicroseconds, -//GO(PR_IntervalToMilliseconds, +GO(PR_IntervalToMilliseconds, uFu) //GO(PR_IntervalToSeconds, //GO(PR_IsNetAddrType, //GO(PR_JoinJob, diff --git a/src/wrapped/wrappednss3_private.h b/src/wrapped/wrappednss3_private.h index d45df766..6e7b62d3 100755 --- a/src/wrapped/wrappednss3_private.h +++ b/src/wrapped/wrappednss3_private.h @@ -13,7 +13,7 @@ //GO(BTOA_DataToAscii, //GO(CERT_AddCertToListHead, //GO(CERT_AddCertToListSorted, -//GO(CERT_AddCertToListTail, +GO(CERT_AddCertToListTail, iFpp) //GO(CERT_AddExtension, //GO(CERT_AddExtensionByOID, //GO(CERT_AddOCSPAcceptableResponses, @@ -37,7 +37,7 @@ GO(CERT_CheckCertValidTimes, iFpIi) //GO(CERT_ClearOCSPCache, //GO(__CERT_ClosePermCertDB, //GO(CERT_CompareAVA, -//GO(CERT_CompareCerts, +GO(CERT_CompareCerts, iFpp) //GO(CERT_CompareName, //GO(CERT_CompareValidityTimes, //GO(CERT_CompleteCRLDecodeEntries, @@ -210,7 +210,7 @@ GO(CERT_MakeCANickname, pFp) DATA(CERT_NameTemplate, 4*sizeof(void*)) //GO(CERT_NameToAscii, //GO(CERT_NameToAsciiInvertible, -//GO(CERT_NewCertList, +GO(CERT_NewCertList, pFv) //GO(__CERT_NewTempCertificate, GO(CERT_NewTempCertificate, pFpppii) //GO(CERT_NicknameStringsFromCertList, @@ -716,7 +716,7 @@ GO(SECITEM_CompareItem, iFpp) //GO(SECITEM_CopyItem, //GO(SECITEM_DupItem, GO(SECITEM_FreeItem, iFpi) -//GO(SECITEM_ItemsAreEqual, +GO(SECITEM_ItemsAreEqual, iFpp) GO(SECITEM_ZfreeItem, vFpi) //GO(SECKEY_AddPrivateKeyToListTail, //GO(SECKEY_BigIntegerBitLength, |