diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-18 15:35:39 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-18 15:35:39 +0100 |
| commit | 34a5ab749821cdaba998e6f542ab2d09f5e11e14 (patch) | |
| tree | 10b59c29dd4001117de962af8e90884025796b61 | |
| parent | 72e537e95109ab06f4b008382d846d272e699be7 (diff) | |
| download | box64-34a5ab749821cdaba998e6f542ab2d09f5e11e14.tar.gz box64-34a5ab749821cdaba998e6f542ab2d09f5e11e14.zip | |
Added some wrapped functions to libcurl
| -rwxr-xr-x | src/wrapped/wrappedlibcups_private.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/wrapped/wrappedlibcups_private.h b/src/wrapped/wrappedlibcups_private.h index 83f12f9e..0f27d6f5 100755 --- a/src/wrapped/wrappedlibcups_private.h +++ b/src/wrapped/wrappedlibcups_private.h @@ -167,7 +167,7 @@ GO(cupsLastErrorString, pFv) GO(cupsLocalizeDestOption, pFpppp) GO(cupsLocalizeDestValue, pFppppp) //GO(cupsMakeServerCredentials, -//GO(cupsMarkOptions, +GO(cupsMarkOptions, iFpip) //GO(_cupsMessageFree, //GO(_cupsMessageLoad, //GO(_cupsMessageLookup, @@ -282,15 +282,15 @@ GO(cupsSetDefaultDest, vFppip) //GO(httpAssembleURI, //GO(httpAssembleURIf, //GO(httpAssembleUUID, -//GO(httpBlocking, +GO(httpBlocking, vFpi) //GO(httpCheck, //GO(httpClearCookie, //GO(httpClearFields, -//GO(httpClose, +GO(httpClose, vFp) //GO(httpCompareCredentials, //GO(httpConnect, GO(httpConnect2, pFpipiiiip) -//GO(httpConnectEncrypt, +GO(httpConnectEncrypt, pFpii) //GO(httpCopyCredentials, //GO(_httpCreateCredentials, //GO(httpCredentialsAreValidForName, @@ -306,7 +306,7 @@ GO(httpConnect2, pFpipiiiip) //GO(httpEncode64_2, //GO(_httpEncodeURI, //GO(httpEncryption, -//GO(httpError, +GO(httpError, iFp) //GO(httpFieldValue, //GO(httpFlush, //GO(httpFlushWrite, @@ -503,7 +503,7 @@ GO(httpConnect2, pFpipiiiip) //GO(_ppdCacheGetSource, //GO(_ppdCacheGetType, //GO(_ppdCacheWriteFile, -//GO(ppdClose, +GO(ppdClose, vFp) //GO(ppdCollect, //GO(ppdCollect2, //GO(ppdConflicts, @@ -514,14 +514,14 @@ GO(httpConnect2, pFpipiiiip) //GO(ppdEmitJCL, //GO(ppdEmitJCLEnd, //GO(ppdEmitString, -//GO(ppdErrorString, -//GO(ppdFindAttr, -//GO(ppdFindChoice, +GO(ppdErrorString, pFi) +GO(ppdFindAttr, pFppp) +GO(ppdFindChoice, pFpp) //GO(ppdFindCustomOption, //GO(ppdFindCustomParam, -//GO(ppdFindMarkedChoice, +GO(ppdFindMarkedChoice, pFpp) //GO(ppdFindNextAttr, -//GO(ppdFindOption, +GO(ppdFindOption, pFpp) //GO(ppdFirstCustomParam, //GO(ppdFirstOption, //GO(_ppdFreeLanguages, @@ -531,13 +531,13 @@ GO(httpConnect2, pFpipiiiip) //GO(_ppdHashName, //GO(ppdInstallableConflict, //GO(ppdIsMarked, -//GO(ppdLastError, +GO(ppdLastError, iFp) //GO(ppdLocalize, //GO(ppdLocalizeAttr, //GO(_ppdLocalizedAttr, //GO(ppdLocalizeIPPReason, //GO(ppdLocalizeMarkerName, -//GO(ppdMarkDefaults, +GO(ppdMarkDefaults, vFp) //GO(ppdMarkOption, //GO(ppdNextCustomParam, //GO(ppdNextOption, @@ -547,7 +547,7 @@ GO(httpConnect2, pFpipiiiip) //GO(ppdOpen2, //GO(ppdOpenFd, //GO(_ppdOpenFile, -//GO(ppdOpenFile, +GO(ppdOpenFile, pFp) //GO(ppdPageLength, //GO(ppdPageSize, //GO(ppdPageSizeLimits, |