Commit 193e7ce979c2a44d6bdf25aeefc31d27a70ce054

Patrick Steinhardt 2019-01-23T15:42:07

streams: make file-local functions static The callback functions that implement the `git_stream` structure are only used inside of their respective implementation files, but they are not marked as `static`. Fix this.