summaryrefslogtreecommitdiff
path: root/src/applet-device-broadband.h
blob: 419f93294933cb562e68cbb2aa0d475fd362dd1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0+
/* NetworkManager Applet -- allow user control over networking
 *
 * (C) Copyright 2012 Aleksander Morgado <aleksander@gnu.org>
 */

#ifndef __APPLET_DEVICE_BROADBAND_H__
#define __APPLET_DEVICE_BROADBAND_H__

#include "applet.h"

NMADeviceClass *applet_device_broadband_get_class (NMApplet *applet);

void applet_broadband_connect_network (NMApplet *applet,
                                       NMDevice *device);

#endif /* __APPLET_DEVICE_BROADBAND_H__ */