diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-20 10:01:09 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-20 10:01:09 +0100 |
| commit | db4547115c2c7fdb0e49f29ca071d2a8dbd6512f (patch) | |
| tree | bf3968b58b7f7e55e5041bed190d77cf672d14be /src/wrapped/wrappedlibcups_private.h | |
| parent | 3ad4a3ae3aa3d1e935230f4dfda6fd41f3e6bd68 (diff) | |
| download | box64-db4547115c2c7fdb0e49f29ca071d2a8dbd6512f.tar.gz box64-db4547115c2c7fdb0e49f29ca071d2a8dbd6512f.zip | |
Added a few wrapped function to libcups
Diffstat (limited to 'src/wrapped/wrappedlibcups_private.h')
| -rw-r--r-- | src/wrapped/wrappedlibcups_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibcups_private.h b/src/wrapped/wrappedlibcups_private.h index 12fc8e93..2ee530db 100644 --- a/src/wrapped/wrappedlibcups_private.h +++ b/src/wrapped/wrappedlibcups_private.h @@ -106,7 +106,7 @@ GOM(cupsEnumDests, iFEuipuupp) //GO(cupsFindDestDefault, //GO(cupsFindDestReady, //GO(cupsFindDestSupported, -//GO(cupsFinishDestDocument, +GO(cupsFinishDestDocument, iFppp) GO(cupsFinishDocument, iFpp) GO(cupsFreeDestInfo, vFp) GO(cupsFreeDests, vFip) @@ -231,7 +231,7 @@ GO(cupsSetDefaultDest, vFppip) //GO(_cupsSNMPStringToOID, //GO(_cupsSNMPWalk, //GO(_cupsSNMPWrite, -//GO(cupsStartDestDocument, +GO(cupsStartDestDocument, iFpppippipi) GO(cupsStartDocument, iFppippi) //GO(_cupsStrAlloc, //GO(_cups_strcasecmp, @@ -259,7 +259,7 @@ GO(cupsStartDocument, iFppippi) //GO(cupsUTF32ToUTF8, //GO(cupsUTF8ToCharset, //GO(cupsUTF8ToUTF32, -//GO(cupsWriteRequestData, +GO(cupsWriteRequestData, iFppl) //GO(httpAcceptConnection, //GO(httpAddCredential, |