Initialize Tizen 2.3
[apps/connectivity/bt-connection-popup.git] / include / bt-connection-ipc.h
1 /*
2 * bt-connection-popup
3 *
4 * Copyright 2012 Samsung Electronics Co., Ltd
5 *
6 * Contact: Hocheol Seo <hocheol.seo@samsung.com>
7 *           Injun Yang <injun.yang@samsung.com>
8 *           Seungyoun Ju <sy39.ju@samsung.com>
9 *
10 * Licensed under the Flora License, Version 1.1 (the "License");
11 * you may not use this file except in compliance with the License.
12 * You may obtain a copy of the License at
13 *
14 * http://www.tizenopensource.org/license
15 *
16 * Unless required by applicable law or agreed to in writing,
17 * software distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
21 *
22 */
23
24 #ifndef __BT_CONNECTION_IPC_H__
25 #define __BT_CONNECTION_IPC_H__
26
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30
31 #include "bt-connection-main.h"
32
33 void _bt_dbus_signal_init(bt_app_data_t *ad);
34 void _bt_dbus_signal_deinit(bt_app_data_t *ad);
35
36 #ifdef __cplusplus
37 }
38 #endif
39 #endif