summaryrefslogtreecommitdiff
path: root/email-daemon/include/email-daemon-event.h
diff options
context:
space:
mode:
authorSunghyun Kwon <sh0701.kwon@samsung.com>2014-03-11 09:53:31 +0900
committerSunghyun Kwon <sh0701.kwon@samsung.com>2014-03-11 09:53:31 +0900
commitc5ff78e8f5738888f46ec226be5c366d5a7c03e3 (patch)
treef881881b0ad175a55dd251218e6dd5123ecbbfbc /email-daemon/include/email-daemon-event.h
parentfddd1244c23263a7e8439157a6e938ea10e11411 (diff)
downloademail-service-c5ff78e8f5738888f46ec226be5c366d5a7c03e3.tar.gz
email-service-c5ff78e8f5738888f46ec226be5c366d5a7c03e3.tar.bz2
email-service-c5ff78e8f5738888f46ec226be5c366d5a7c03e3.zip
Added the missing file
Change-Id: I0b684fa718f7c6e7c0550b7df83783ae79d3a771 Signed-off-by: Sunghyun Kwon <sh0701.kwon@samsung.com>
Diffstat (limited to 'email-daemon/include/email-daemon-event.h')
-rwxr-xr-xemail-daemon/include/email-daemon-event.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/email-daemon/include/email-daemon-event.h b/email-daemon/include/email-daemon-event.h
new file mode 100755
index 0000000..e4faa77
--- /dev/null
+++ b/email-daemon/include/email-daemon-event.h
@@ -0,0 +1,42 @@
+/*
+* email-service
+*
+* Copyright (c) 2012 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+*
+* Contact: Kyuho Jo <kyuho.jo@samsung.com>, Sunghyun Kwon <sh0701.kwon@samsung.com>
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
+
+#ifndef __EMAIL_DAEMON_EVENT_H__
+#define __EMAIL_DAEMON_EVENT_H__
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
+#include "email-types.h"
+#include "email-internal-types.h"
+
+INTERNAL_FUNC int emdaemon_start_event_loop(int *err_code);
+INTERNAL_FUNC int emdaemon_start_event_loop_for_sending_mails(int *err_code);
+INTERNAL_FUNC int emdaemon_start_thread_for_downloading_partial_body(int *err_code);
+
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif