add missing API comment to fluid_midi_parser_t

This commit is contained in:
derselbst 2017-12-16 15:24:23 +01:00
parent 4568e551b9
commit 67e87cffad
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ typedef struct _fluid_rampreset_t fluid_rampreset_t; /**< RAM SoundFo
typedef struct _fluid_cmd_handler_t fluid_cmd_handler_t; /**< Shell Command Handler */
typedef struct _fluid_ladspa_fx_t fluid_ladspa_fx_t; /**< LADSPA effects instance */
typedef struct _fluid_file_callbacks_t fluid_file_callbacks_t; /**< Callback struct to perform custom file loading of soundfonts */
typedef struct _fluid_midi_parser_t fluid_midi_parser_t;
typedef struct _fluid_midi_parser_t fluid_midi_parser_t; /**< MIDI parser struct */
typedef int fluid_istream_t; /**< Input stream descriptor */
typedef int fluid_ostream_t; /**< Output stream descriptor */