aboutsummaryrefslogtreecommitdiffstats
path: root/src/sink.h
AgeCommit message (Collapse)AuthorFilesLines
2019-12-19Use consistent naming for function typesDavid Robillard1-4/+4
2019-12-19Add Env to SinkDavid Robillard1-0/+1
This isn't technically necessary for any sink, but is a pattern common to every sink implementation in serd, so having it here reduces boilerplate and parameters in user code.
2019-12-19Make SerdSink opaqueDavid Robillard1-0/+33