diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xas/vox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xas/vox.h b/include/xas/vox.h index 93777b0..e2d3e53 100644 --- a/include/xas/vox.h +++ b/include/xas/vox.h @@ -33,9 +33,9 @@ typedef struct _xas_vox { FILE *in; } xas_vox; -xas_vox *xas_vox_new(const char *text2wave_path, - xas_audio_format format, - size_t buffer_size); +xas_vox *xas_vox_new(xas_audio_format format, + size_t buffer_size, + const char *text2wave_path); void xas_vox_destroy(xas_vox *vox); |