summaryrefslogtreecommitdiffstats
path: root/include/xas/riff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xas/riff.h')
-rw-r--r--include/xas/riff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xas/riff.h b/include/xas/riff.h
index bf438cc..07ed0f2 100644
--- a/include/xas/riff.h
+++ b/include/xas/riff.h
@@ -39,7 +39,7 @@ typedef struct _xas_riff_wave_header {
typedef struct _xas_riff xas_riff;
-xas_audio_stream *xas_riff_open_file(const char *path,
+xas_audio_stream *xas_riff_file_open(const char *path,
size_t sample_size,
size_t sample_rate,
size_t channels,