aboutsummaryrefslogtreecommitdiffstats
path: root/src/sink.h
AgeCommit message (Collapse)AuthorFilesLines
2019-04-13Use consistent naming for function typesDavid Robillard1-4/+4
2019-04-13Add 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-04-13Make SerdSink opaqueDavid Robillard1-0/+33