mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
fix build with lash support
This commit is contained in:
parent
11b49cc7c7
commit
a5c8c9accb
1 changed files with 3 additions and 3 deletions
|
@ -46,8 +46,8 @@ extern cca_client_t * fluid_lash_client;
|
|||
#endif
|
||||
|
||||
|
||||
fluid_lash_args_t *fluid_lash_extract_args (int * pargc, char *** pargv);
|
||||
int fluid_lash_connect (fluid_lash_args_t * args);
|
||||
void fluid_lash_create_thread (fluid_synth_t * synth);
|
||||
FLUIDSYNTH_API fluid_lash_args_t *fluid_lash_extract_args (int * pargc, char *** pargv);
|
||||
FLUIDSYNTH_API int fluid_lash_connect (fluid_lash_args_t * args);
|
||||
FLUIDSYNTH_API void fluid_lash_create_thread (fluid_synth_t * synth);
|
||||
|
||||
#endif /* defined(HAVE_LASH) || defined(HAVE_LADCCA) */
|
||||
|
|
Loading…
Reference in a new issue