7fb5a4eef1c1fddb18eb5eaf864d163a76c31399
[framework/connectivity/libnet-client.git] / src / include / network-signal-handler.h
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.tizenopensource.org/license
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17
18 #ifndef __NETWORK_SIGNAL_HANDLER_H_
19 #define __NETWORK_SIGNAL_HANDLER_H_
20
21 /*****************************************************************************
22  *      Standard headers
23  *****************************************************************************/
24 #include <stdio.h>
25 #include <errno.h>
26 #include <stdlib.h>
27 #include <string.h>
28 #include <glib.h>
29
30 #include <dbus/dbus.h> 
31
32
33 /*****************************************************************************
34  *      Platform headers
35  *****************************************************************************/
36
37 /*****************************************************************************
38  *      Macros and Typedefs
39  *****************************************************************************/
40
41 /*****************************************************************************
42  *      Global Structures
43  *****************************************************************************/
44
45 /*****************************************************************************
46  *      Global Functions 
47  *****************************************************************************/
48 int _net_deregister_signal(void);
49 int network_register_and_recieve_signal(void);
50 int _net_register_signal(void);
51 int _net_init_service_state_table(void);
52
53
54 #endif /** __NETWORK_SIGNAL_HANDLER_H_ */
55