> > * Disk-size related operations. > > > > I would not rely in pdf_off_t for pdf_fsys_get_free_space. I can think > > in two alternatives: > > > > 1) Make pdf_fsys_get_free_space to return the number of free > > blocks instead of the number of free bytes, ala statfs. > > > > 2) Make pdf_fsys_get_free_space to return a 64bit value in any > > case. > > > I'm more inclined to the second, returning a 64bit value. >
Ok, so pdf_i64_t will be returned in that function. I'll change the API document. Thanks.
