summaryrefslogtreecommitdiff
path: root/source/fitz/fitz-imp.h
AgeCommit message (Collapse)Author
2017-04-27Typedef function pointers consistently.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-11-14More API tweaks.Robin Watts
Move internal functions from public to private headers.
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
Move the definition of the structure contents into new fitz-imp.h file. Make all code outside of fitz access the buffer through the defined API. Add a convenience API for people that want to get buffers as null terminated C strings.