mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-18 23:09:49 +02:00
Implement pdfioFileOpen reading of xref table.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user