From f502d1a5193760c3e16f170af2e07f0a0ba94784 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 1 Feb 2022 14:03:40 -0500 Subject: Rename src/riff.c methods for sake of consistency --- include/xas/riff.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/xas/riff.h b/include/xas/riff.h index 823a9ae..220eea2 100644 --- a/include/xas/riff.h +++ b/include/xas/riff.h @@ -49,13 +49,12 @@ typedef struct _xas_riff xas_riff; #pragma pack(pop) -xas_audio_stream *xas_riff_file_new(const char *path, +xas_audio_stream *xas_riff_new_file(const char *path, size_t sample_size, size_t sample_rate, size_t channels, int flags); -xas_audio_stream *xas_riff_file_open(const char *path, - int flags); +xas_audio_stream *xas_riff_open_file(const char *path, int flags); #endif /* _XAS_RIFF_H */ -- cgit v1.2.3