Skip to content

Commit

Permalink
Update Windows DLL exports file.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 8, 2023
1 parent facfa84 commit fba75da
Showing 1 changed file with 52 additions and 14 deletions.
66 changes: 52 additions & 14 deletions cups/libcups2.def
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ _cupsGet1284Values
_cupsGetDestResource
_cupsGetDests
_cupsGetPassword
_cupsGetUserDefault
_cupsGlobalLock
_cupsGlobalUnlock
_cupsGlobals
_cupsLangPrintError
_cupsLangPrintf
_cupsLangPuts
_cupsLangString
_cupsMD5Append
_cupsMD5Finish
_cupsMD5Init
_cupsMessageFree
_cupsMessageLoad
_cupsMessageLookup
Expand Down Expand Up @@ -54,26 +58,23 @@ _cupsStrFree
_cupsStrRetain
_cupsStrScand
_cupsStrStatistics
_cupsUserDefault
_cups_cupsConcatString
_cups_cupsCopyString
_cups_gettimeofday
_cups_safe_vsnprintf
_cups_snprintf
_cups_strcasecmp
_cups_strcpy
_cups_strcpy
_cups_cupsConcatString
_cups_cupsCopyString
_cups_strncasecmp
_cups_vsnprintf
_httpAddrSetPort
_httpCreateCredentials
_httpDecodeURI
_httpDisconnect
_httpEncodeURI
_httpFreeCredentials
_httpResolveURI
_httpSetDigestAuthString
_httpStatus
_httpStatusString
_httpTLSInitialize
_httpTLSPending
_httpTLSRead
Expand All @@ -82,7 +83,9 @@ _httpTLSStart
_httpTLSStop
_httpTLSWrite
_httpUpdate
_httpUseCredentials
_httpWait
_ippCheckOptions
_ippFileParse
_ippFileReadToken
_ippFindOption
Expand Down Expand Up @@ -125,12 +128,14 @@ _pwgMediaTypeForType
_pwgPageSizeForMedia
cupsAddDest
cupsAddDestMediaOptions
cupsAddDestMediaOptions2
cupsAddIntegerOption
cupsAddOption
cupsAdminCreateWindowsPPD
cupsAdminExportSamba
cupsAdminGetServerSettings
cupsAdminSetServerSettings
cupsAreCredentialsValidForName
cupsArrayAdd
cupsArrayClear
cupsArrayCount
Expand Down Expand Up @@ -165,12 +170,19 @@ cupsCondDestroy
cupsCondInit
cupsCondWait
cupsConnectDest
cupsCopyCredentials
cupsCopyCredentialsKey
cupsCopyCredentialsRequest
cupsCopyDest
cupsCopyDestConflicts
cupsCopyDestInfo
cupsCopyString
cupsCreateCredentials
cupsCreateCredentialsRequest
cupsCreateDestJob
cupsCreateJob
cupsCreateTempFd
cupsCreateTempFile
cupsDNSSDAssembleFullName
cupsDNSSDBrowseDelete
cupsDNSSDBrowseGetContext
Expand Down Expand Up @@ -245,18 +257,28 @@ cupsFreeJobs
cupsFreeOptions
cupsGetClasses
cupsGetConflicts
cupsGetCredentialsExpiration
cupsGetCredentialsInfo
cupsGetCredentialsTrust
cupsGetDefault
cupsGetDefault2
cupsGetDest
cupsGetDestMediaByIndex
cupsGetDestMediaByIndex2
cupsGetDestMediaByName
cupsGetDestMediaByName2
cupsGetDestMediaBySize
cupsGetDestMediaBySize2
cupsGetDestMediaCount
cupsGetDestMediaDefault
cupsGetDestMediaDefault2
cupsGetDestWithURI
cupsGetDests
cupsGetDests2
cupsGetDevices
cupsGetEncryption
cupsGetError
cupsGetErrorString
cupsGetFd
cupsGetFile
cupsGetIntegerOption
Expand All @@ -271,7 +293,11 @@ cupsGetPassword
cupsGetPassword2
cupsGetPrinters
cupsGetResponse
cupsGetServer
cupsGetServerPPD
cupsGetUser
cupsGetUserAgent
cupsHMACData
cupsHashData
cupsHashString
cupsLangDefault
Expand All @@ -284,7 +310,6 @@ cupsLastErrorString
cupsLocalizeDestMedia
cupsLocalizeDestOption
cupsLocalizeDestValue
cupsMakeServerCredentials
cupsMarkOptions
cupsMutexDestroy
cupsMutexInit
Expand Down Expand Up @@ -332,6 +357,7 @@ cupsReadResponseData
cupsRemoveDest
cupsRemoveOption
cupsResolveConflicts
cupsSaveCredentials
cupsSendRequest
cupsServer
cupsSetClientCertCB
Expand All @@ -348,6 +374,7 @@ cupsSetServerCertCB
cupsSetServerCredentials
cupsSetUser
cupsSetUserAgent
cupsSignCredentialsRequest
cupsStartDestDocument
cupsStartDocument
cupsTempFd
Expand All @@ -373,12 +400,20 @@ httpAddrCopyList
httpAddrEqual
httpAddrFamily
httpAddrFreeList
httpAddrGetFamily
httpAddrGetLength
httpAddrGetList
httpAddrGetPort
httpAddrGetString
httpAddrIsAny
httpAddrIsEqual
httpAddrIsLocalhost
httpAddrLength
httpAddrListen
httpAddrLocalhost
httpAddrLookup
httpAddrPort
httpAddrSetPort
httpAddrString
httpAssembleURI
httpAssembleURIf
Expand All @@ -392,16 +427,14 @@ httpCompareCredentials
httpConnect
httpConnect2
httpConnectEncrypt
httpCopyCredentials
httpCredentialsAreValidForName
httpCredentialsGetExpiration
httpCredentialsGetTrust
httpCredentialsString
httpCopyPeerCredentials
httpDecode64
httpDecode64_2
httpDecode64_3
httpDelete
httpEncode64
httpEncode64_2
httpEncode64_3
httpEncryption
httpError
httpFieldValue
Expand All @@ -419,6 +452,7 @@ httpGetDateString
httpGetDateString2
httpGetDateTime
httpGetEncryption
httpGetError
httpGetExpect
httpGetFd
httpGetField
Expand All @@ -436,11 +470,11 @@ httpGetSubField
httpGetSubField2
httpGetVersion
httpGets
httpGets2
httpHead
httpInitialize
httpIsChunked
httpIsEncrypted
httpLoadCredentials
httpMD5
httpMD5Final
httpMD5String
Expand All @@ -455,14 +489,16 @@ httpReadRequest
httpReconnect
httpReconnect2
httpResolveHostname
httpSaveCredentials
httpResolveURI
httpSeparate
httpSeparate2
httpSeparateURI
httpSetAuthString
httpSetBlocking
httpSetCookie
httpSetCredentials
httpSetDefaultField
httpSetEncryption
httpSetExpect
httpSetField
httpSetKeepAlive
Expand All @@ -471,12 +507,14 @@ httpSetTimeout
httpShutdown
httpStateString
httpStatus
httpStatusString
httpTrace
httpURIStatusString
httpUpdate
httpWait
httpWrite
httpWrite2
httpWriteRequest
httpWriteResponse
ippAddBoolean
ippAddBooleans
Expand Down

0 comments on commit fba75da

Please sign in to comment.