diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xas/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xas/script.h b/include/xas/script.h index 4068e17..ff07b49 100644 --- a/include/xas/script.h +++ b/include/xas/script.h @@ -85,7 +85,7 @@ int xas_script_add_set_frequency(xas_script *script, struct timeval timestamp, size_t frequency); -int xas_script_add_speech(xas_script *script, +int xas_script_add_phrase(xas_script *script, xas_spatial_object *object, struct timeval timestamp, const char *phrase); |