| 204 | } |
| 205 | |
| 206 | ssize_t odb_read_stream_read(struct odb_read_stream *st, void *buf, size_t sz) |
| 207 | { |
| 208 | return st->read(st, buf, sz); |
| 209 | } |
| 210 | |
| 211 | struct odb_read_stream *odb_read_stream_open(struct object_database *odb, |
| 212 | const struct object_id *oid, |
no outgoing calls