diff options
Diffstat (limited to 'include/xas')
| -rw-r--r-- | include/xas/vox.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/include/xas/vox.h b/include/xas/vox.h index fd442a8..917eda1 100644 --- a/include/xas/vox.h +++ b/include/xas/vox.h @@ -11,13 +11,16 @@  #define XAS_VOX_ACTIVE (1 << 0)  typedef struct _xas_vox { -    const char *text2wave_path;      xas_audio_format format;      size_t buffer_size;      int flags; +    const char *text2wave_path; +    int argn; +    char **args; +      int pid,          stdin, | 
 
    