7ab3dcb9dcbcd2ed6a707608a16b1be35bb44123
[profile/ivi/tel-plugin-imc.git] / include / s_call.h
1 /**\r
2  * tel-plugin-samsung\r
3  *\r
4  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved\r
5  *\r
6  * Contact: Ja-young Gu <jygu@samsung.com>\r
7  *\r
8  * PROPRIETARY/CONFIDENTIAL\r
9  *\r
10  * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information").\r
11  * You shall not disclose such Confidential Information and shall\r
12  * use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS.\r
13  * SAMSUNG make no representations or warranties about the suitability\r
14  * of the software, either express or implied, including but not\r
15  * limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.\r
16  * SAMSUNG shall not be liable for any damages suffered by licensee as\r
17  * a result of using, modifying or distributing this software or its derivatives.\r
18  */\r
19 \r
20 #ifndef __S_CALL_H__\r
21 #define __S_CALL_H__\r
22 \r
23 gboolean s_call_init(TcorePlugin *p, TcoreHal *h);\r
24 void s_call_exit(TcorePlugin *p);\r
25 \r
26 #endif\r
27 \r