diff options
author | XANTRONIX Development | 2022-03-01 15:19:48 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-03-01 15:19:48 -0500 |
commit | 103fe7383ccbccdcef4f47a91c5c9af9eb6fb24c (patch) | |
tree | 34d129b716ea2d3309749cf7b2ed21381d478f98 /include/xas | |
parent | 2364a4b2307176c31c08fff36c6e5427af06aad1 (diff) | |
download | xas-103fe7383ccbccdcef4f47a91c5c9af9eb6fb24c.tar.gz xas-103fe7383ccbccdcef4f47a91c5c9af9eb6fb24c.tar.bz2 xas-103fe7383ccbccdcef4f47a91c5c9af9eb6fb24c.zip |
Fix typo in xas_script_add_phrase() forward decl
Diffstat (limited to 'include/xas')
-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); |