summaryrefslogtreecommitdiff
path: root/source/fitz/output.c
AgeCommit message (Collapse)Author
2013-08-29Add new fz_putc and fz_new_output_to_filename functions.Robin Watts
fz_putc; this fills a hole in our fz_output functions. fz_new_output_to_filename: This saves people having to create a FILE * just to pass to fz_new_output_with_file and then having to remember to close the FILE *.
2013-06-20Rearrange source files.Tor Andersson