midifile: make it possible to specify output file

This commit is contained in:
Wim Taymans 2020-04-14 20:12:23 +02:00
parent 84b048507b
commit b09caaadc0
3 changed files with 29 additions and 29 deletions

View file

@ -61,4 +61,4 @@ int midi_file_read_event(struct midi_file *mf, struct midi_event *event);
int midi_file_write_event(struct midi_file *mf, const struct midi_event *event);
int midi_file_dump_event(const struct midi_event *event);
int midi_file_dump_event(FILE *out, const struct midi_event *event);