mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 15:42:54 +00:00
forward declare fluid_get_count_mod
This commit is contained in:
parent
d5e7fbec79
commit
c46e910887
2 changed files with 2 additions and 2 deletions
|
@ -51,6 +51,8 @@ struct _fluid_mod_t
|
|||
#define FLUID_MOD_LINK_DEST (1 << 7) /* Link is bit 7 of destination */
|
||||
|
||||
unsigned char fluid_get_num_mod(fluid_mod_t *mod);
|
||||
int fluid_get_count_mod(const fluid_mod_t *mod);
|
||||
|
||||
fluid_mod_t *fluid_get_next_mod(fluid_mod_t *mod);
|
||||
int fluid_mod_has_linked_src1 (const fluid_mod_t * mod);
|
||||
int fluid_mod_is_linked (const fluid_mod_t * mod);
|
||||
|
|
|
@ -15,8 +15,6 @@ fluid_list_check_linked_mod(char *list_name,
|
|||
|
||||
void delete_fluid_list_mod(fluid_mod_t *list_mod);
|
||||
|
||||
int fluid_get_count_mod(const fluid_mod_t *mod);
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
static fluid_mod_t * fluid_build_list(fluid_mod_t mod_table[], int count_mod);
|
||||
int fluid_list_test_identity(fluid_mod_t *list_mod1, fluid_mod_t *list_mod2);
|
||||
|
|
Loading…
Reference in a new issue