The documentation suggests that pdf_fsys_file_set_mode(...) should return type "enum pdf_fsys_file_mode_e"
pdf-fsys.h is conflicted on the topic -- with the prototype returning pdf_status_t, but with the function-pointer prototype returning the enum. The disk implementation returns pdf_status_t Could someone please clarify? --Scott
