mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-09 01:01:53 +00:00
remove duplicate delcarations of fluid_get_std[in|out]
This commit is contained in:
parent
24e4d1a963
commit
bfc03136bb
1 changed files with 0 additions and 2 deletions
|
@ -448,8 +448,6 @@ typedef GModule fluid_module_t;
|
|||
|
||||
/* Sockets and I/O */
|
||||
|
||||
fluid_istream_t fluid_get_stdin(void);
|
||||
fluid_ostream_t fluid_get_stdout(void);
|
||||
int fluid_istream_readline(fluid_istream_t in, fluid_ostream_t out, char *prompt, char *buf, int len);
|
||||
int fluid_ostream_printf(fluid_ostream_t out, const char *format, ...);
|
||||
|
||||
|
|
Loading…
Reference in a new issue