diff options
| author | Abramo Bagnara <abramo@alsa-project.org> | 2001-03-29 09:10:46 +0000 |
|---|---|---|
| committer | Abramo Bagnara <abramo@alsa-project.org> | 2001-03-29 09:10:46 +0000 |
| commit | de4cfc3e4b94cafec962aa57ab0e1ffe32f099ca (patch) | |
| tree | 64b143bbb60e73dd5c1849746efa45bb6de014c4 /include/input.h | |
| parent | 53fc0f63329bee79b198a05ee73360663e28ddda (diff) | |
| download | alsa-lib-de4cfc3e4b94cafec962aa57ab0e1ffe32f099ca.tar.gz | |
More documentation. Added mode argument to i/o_stdio_open.
Diffstat (limited to 'include/input.h')
| -rw-r--r-- | include/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h index 67021ffe..8dc40704 100644 --- a/include/input.h +++ b/include/input.h @@ -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); |
