chore: reduce debt for config_file
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#ifndef MIDI_H
|
||||
#define MIDI_H
|
||||
|
||||
void midi_open(MidiDevice *device, char *name);
|
||||
void midi_open(MidiDevice *device, const char *name);
|
||||
void midi_write(MidiDevice *device, unsigned char code, unsigned char value);
|
||||
bool midi_background_listen(MidiDevice *device, SharedContext *context,
|
||||
void (*event_callback)(unsigned char code,
|
||||
|
||||
Reference in New Issue
Block a user