device: renew dhcp leases on awake for software devices
[NetworkManager.git] / libnm / NetworkManager.h
1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /*
3  * This library is free software; you can redistribute it and/or
4  * modify it under the terms of the GNU Lesser General Public
5  * License as published by the Free Software Foundation; either
6  * version 2 of the License, or (at your option) any later version.
7  *
8  * This library is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11  * Lesser General Public License for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public
14  * License along with this library; if not, write to the
15  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16  * Boston, MA 02110-1301 USA.
17  *
18  * Copyright 2014 Red Hat, Inc.
19  */
20
21 #ifndef __NETWORKMANAGER_H__
22 #define __NETWORKMANAGER_H__
23
24 #define __NETWORKMANAGER_H_INSIDE__
25
26 #include <nm-access-point.h>
27 #include <nm-active-connection.h>
28 #include <nm-client.h>
29 #include <nm-connection.h>
30 #include <nm-core-enum-types.h>
31 #include <nm-dbus-interface.h>
32 #include <nm-device-adsl.h>
33 #include <nm-device-bond.h>
34 #include <nm-device-bridge.h>
35 #include <nm-device-bt.h>
36 #include <nm-device-ethernet.h>
37 #include <nm-device-generic.h>
38 #include <nm-device-infiniband.h>
39 #include <nm-device-modem.h>
40 #include <nm-device-olpc-mesh.h>
41 #include <nm-device-team.h>
42 #include <nm-device-vlan.h>
43 #include <nm-device-wifi.h>
44 #include <nm-device-wimax.h>
45 #include <nm-device.h>
46 #include <nm-dhcp-config.h>
47 #include <nm-enum-types.h>
48 #include <nm-ip-config.h>
49 #include <nm-object.h>
50 #include <nm-remote-connection.h>
51 #include <nm-setting-8021x.h>
52 #include <nm-setting-adsl.h>
53 #include <nm-setting-bluetooth.h>
54 #include <nm-setting-bond.h>
55 #include <nm-setting-bridge-port.h>
56 #include <nm-setting-bridge.h>
57 #include <nm-setting-cdma.h>
58 #include <nm-setting-connection.h>
59 #include <nm-setting-dcb.h>
60 #include <nm-setting-generic.h>
61 #include <nm-setting-gsm.h>
62 #include <nm-setting-infiniband.h>
63 #include <nm-setting-ip-config.h>
64 #include <nm-setting-ip-tunnel.h>
65 #include <nm-setting-ip4-config.h>
66 #include <nm-setting-ip6-config.h>
67 #include <nm-setting-macvlan.h>
68 #include <nm-setting-olpc-mesh.h>
69 #include <nm-setting-ppp.h>
70 #include <nm-setting-pppoe.h>
71 #include <nm-setting-serial.h>
72 #include <nm-setting-team-port.h>
73 #include <nm-setting-team.h>
74 #include <nm-setting-tun.h>
75 #include <nm-setting-vlan.h>
76 #include <nm-setting-vpn.h>
77 #include <nm-setting-vxlan.h>
78 #include <nm-setting-wimax.h>
79 #include <nm-setting-wired.h>
80 #include <nm-setting-wireless-security.h>
81 #include <nm-setting-wireless.h>
82 #include <nm-setting.h>
83 #include <nm-simple-connection.h>
84 #include <nm-utils.h>
85 #include <nm-version.h>
86 #include <nm-vpn-connection.h>
87 #include <nm-vpn-dbus-interface.h>
88 #include <nm-vpn-editor.h>
89 #include <nm-vpn-editor-plugin.h>
90 #include <nm-vpn-plugin-info.h>
91 #include <nm-vpn-service-plugin.h>
92 #include <nm-wimax-nsp.h>
93
94 #undef __NETWORKMANAGER_H_INSIDE__
95
96 #endif /* __NETWORKMANAGER_H__ */