summaryrefslogtreecommitdiffstats
path: root/include/xas
diff options
context:
space:
mode:
Diffstat (limited to 'include/xas')
-rw-r--r--include/xas/vox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xas/vox.h b/include/xas/vox.h
index 3a940d5..43a41dd 100644
--- a/include/xas/vox.h
+++ b/include/xas/vox.h
@@ -46,6 +46,8 @@ int xas_vox_sayf(xas_vox *vox, const char *message, ...);
int xas_vox_say(xas_vox *vox, const char *message);
+int xas_vox_active(xas_vox *vox);
+
xas_audio_stream *xas_vox_stream_new(xas_vox *vox);
#endif /* _XAS_VOX_H */