diff options
author | Yeongil Jang <yg0577.jang@samsung.com> | 2012-09-21 00:18:57 +0900 |
---|---|---|
committer | Yeongil Jang <yg0577.jang@samsung.com> | 2012-09-21 00:18:57 +0900 |
commit | b163391a122d812058dc9ab211b81e60204fffc7 (patch) | |
tree | 0fdf86bf4dc67b14c8913f8fa01d4e6270b1ea39 /email-core/include/email-core-sound.h | |
parent | 4a95e692f2a57a0c273b2ce1f255be9a7ba1d2e3 (diff) | |
download | email-service-master.tar.gz email-service-master.tar.bz2 email-service-master.zip |
2.0_alpha release commitHEADsubmit/master/20120920.1528362.0_alphamaster2.0alpha
Diffstat (limited to 'email-core/include/email-core-sound.h')
-rwxr-xr-x | email-core/include/email-core-sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/email-core/include/email-core-sound.h b/email-core/include/email-core-sound.h index a0dea59..7b1c620 100755 --- a/email-core/include/email-core-sound.h +++ b/email-core/include/email-core-sound.h @@ -57,5 +57,5 @@ typedef enum #undef Min #endif -INTERNAL_FUNC int emcore_start_alert_thread(int *err_code); +INTERNAL_FUNC int emcore_start_thread_for_alerting_new_mails(int *err_code); INTERNAL_FUNC void emcore_start_alert(); |