summaryrefslogtreecommitdiff
path: root/include/shortcut_service.h
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-04-23 08:59:57 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-04-23 08:59:57 +0900
commit5f77e1b8426962ceb6696fc78b06a2c5fad57537 (patch)
tree39439e992f0375ec2d4429031409c88fec45d28c /include/shortcut_service.h
parentcc50a4eccfce0ef96156f3b49b3d33f8d1fdbb0f (diff)
downloaddata-provider-master-5f77e1b8426962ceb6696fc78b06a2c5fad57537.tar.gz
data-provider-master-5f77e1b8426962ceb6696fc78b06a2c5fad57537.tar.bz2
data-provider-master-5f77e1b8426962ceb6696fc78b06a2c5fad57537.zip
Implement the service threads.
Shortcut service thread is enabled. Service connection method is updated (using vconf to notify running state of the master.) Change-Id: I92af0e2e693c4516b407263bfb1fae9a8925f83e
Diffstat (limited to 'include/shortcut_service.h')
-rw-r--r--include/shortcut_service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/shortcut_service.h b/include/shortcut_service.h
index a7a146d..65031a2 100644
--- a/include/shortcut_service.h
+++ b/include/shortcut_service.h
@@ -14,4 +14,7 @@
* limitations under the License.
*/
+extern int shortcut_service_init(void);
+extern int shortcut_service_fini(void);
+
/* End of a file */