The unified diff between revisions [4839c414..] and [76aea49e..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/lsi/midi.h'
# # old_revision [4839c414876f813b3873cc350a8e42d6c01957fc] # new_revision [76aea49e8393c839b573eaac31eb8e2fb218d2d6] # # patch "src/lsi/midi.h" # from [9f385ba2c799d5263753e0ac33fbb4385ac3b953] # to [106bec2b1fefa24ee2002dca43aa5b6aba6646e1] # ============================================================ --- src/lsi/midi.h 9f385ba2c799d5263753e0ac33fbb4385ac3b953 +++ src/lsi/midi.h 106bec2b1fefa24ee2002dca43aa5b6aba6646e1 @@ -1,6 +1,6 @@ /* midi.h */ -void midi_init(void); +int midi_init(void); void midi_close(void); int midi_filter(void); int midi_read(void);