X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=server%2Fttse.c;h=0f40802884be5347cc68fd57e4fa992911c24b6e;hb=8a567079ea0677de5c4da1666ec8b5ad86a3bce7;hp=bd7ed9213dad58b11e8644a8b2adeea55ef7f9e0;hpb=198ea132fcfc997b3228fa4ae5d387d52b62a2f7;p=platform%2Fcore%2Fuifw%2Ftts.git diff --git a/server/ttse.c b/server/ttse.c index bd7ed92..0f40802 100755 --- a/server/ttse.c +++ b/server/ttse.c @@ -23,6 +23,7 @@ #include #include "ttse.h" +#include "ttse_internal.h" static ttsd_mode_e g_tts_mode = TTSD_MODE_DEFAULT; @@ -114,6 +115,13 @@ int ttse_main(int argc, char** argv, ttse_request_callback_s *callback) return TTSE_ERROR_NONE; } +int ttse_terminate() +{ + ttsd_terminate(); + + return TTSE_ERROR_NONE; +} + int ttse_get_speed_range(int* min, int* normal, int* max) { if (NULL == min || NULL == normal || NULL == max) {