Implement pdfioFileOpen reading of xref table.

This commit is contained in:
Michael R Sweet
2021-05-01 11:41:43 -04:00
parent ab740207a5
commit d13364a4fd
5 changed files with 241 additions and 6 deletions

View File

@ -78,7 +78,7 @@ pdfioObjGetDict(pdfio_obj_t *obj) // I - Object
// 'pdfioObjGetGeneration()' - Get the object's generation number.
//
size_t // O - Generation number (0 to 65535)
unsigned short // O - Generation number (0 to 65535)
pdfioObjGetGeneration(pdfio_obj_t *obj) // I - Object
{
return (obj ? obj->generation : 0);