Skip to content

Commit

Permalink
Update DLL exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Aug 6, 2024
1 parent 986cc51 commit 90923c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pdfio1.def
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
LIBRARY pdfio1
VERSION 1.2
VERSION 1.3
EXPORTS
_pdfioArrayDebug
_pdfioArrayDecrypt
_pdfioArrayDelete
_pdfioArrayGetValue
_pdfioArrayRead
Expand All @@ -24,6 +25,7 @@ _pdfioCryptoSHA256Init
_pdfioCryptoUnlock
_pdfioDictClear
_pdfioDictDebug
_pdfioDictDecrypt
_pdfioDictDelete
_pdfioDictGetValue
_pdfioDictRead
Expand Down Expand Up @@ -61,9 +63,12 @@ _pdfioTokenPush
_pdfioTokenRead
_pdfioValueCopy
_pdfioValueDebug
_pdfioValueDecrypt
_pdfioValueDelete
_pdfioValueRead
_pdfioValueWrite
_pdfio_strtod
_pdfio_vsnprintf
pdfioArrayAppendArray
pdfioArrayAppendBinary
pdfioArrayAppendBoolean
Expand Down Expand Up @@ -190,6 +195,7 @@ pdfioFileCreateStringObj
pdfioFileCreateTemporary
pdfioFileFindObj
pdfioFileGetAuthor
pdfioFileGetCatalog
pdfioFileGetCreationDate
pdfioFileGetCreator
pdfioFileGetID
Expand Down

0 comments on commit 90923c3

Please sign in to comment.