Skip to content

Commit

Permalink
Add missing prototype (fluid_seqbind.c)
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed May 30, 2024
1 parent dcceac3 commit 6d6fbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/fluidsynth/fluid_seqbind.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ typedef struct _fluid_seqbind_t fluid_seqbind_t;

int fluid_seqbind_timer_callback(void* data, unsigned int msec);
void fluid_seq_fluidsynth_callback(unsigned int time, fluid_event_t* event, fluid_sequencer_t* seq, void* data);
void fluid_event_key_pressure(fluid_event_t* evt, int channel, short key, short val);

/* Proper cleanup of the seqbind struct. */
void
Expand Down

0 comments on commit 6d6fbb4

Please sign in to comment.