The unified diff between revisions [4839c414..] and [ce9d6288..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/lsi/dmx.h'
# # old_revision [4839c414876f813b3873cc350a8e42d6c01957fc] # new_revision [ce9d628825328f2576769426f4d3544fe89a14ce] # # patch "src/lsi/dmx.h" # from [f125289da0af614a2c48d4a2d23b0b649d554aa0] # to [2fecc5b3a529ce38b9cb8d67603b758ad7324bb1] # ============================================================ --- src/lsi/dmx.h f125289da0af614a2c48d4a2d23b0b649d554aa0 +++ src/lsi/dmx.h 2fecc5b3a529ce38b9cb8d67603b758ad7324bb1 @@ -3,7 +3,7 @@ void dmx_close(void); #define DMX_UNIVERSESIZE 512 void dmx_close(void); -void dmx_init(void); +int dmx_init(void); void dmx_setchannel(int channel, int value); void dmx_output(void);