More documentation. Added mode argument to i/o_stdio_open.

This commit is contained in:
Abramo Bagnara 2001-03-29 09:10:46 +00:00
parent 53fc0f6332
commit de4cfc3e4b
12 changed files with 1525 additions and 784 deletions

View file

@ -14,7 +14,7 @@ typedef enum _snd_input_type {
extern "C" {
#endif
int snd_input_stdio_open(snd_input_t **inputp, const char *file);
int snd_input_stdio_open(snd_input_t **inputp, const char *file, const char *mode);
int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int close);
int snd_input_buffer_open(snd_input_t **inputp, const char *buffer, int size);
int snd_input_close(snd_input_t *input);