Change uid/gid of service files
[platform/core/uifw/tts.git] / include / ttse_internal.h
1 #ifndef __TTSE_INTERNAL_H__
2 #define __TTSE_INTERNAL_H__
3
4 #include <tizen.h>
5 #include "ttse.h"
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 int ttse_terminate();
12
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif /* __TTSE_INTERNAL_H__ */
19