summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-wimax.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-glib/nm-device-wimax.h')
-rw-r--r--libnm-glib/nm-device-wimax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-glib/nm-device-wimax.h b/libnm-glib/nm-device-wimax.h
index 613a7dc99..1b889d95f 100644
--- a/libnm-glib/nm-device-wimax.h
+++ b/libnm-glib/nm-device-wimax.h
@@ -77,12 +77,12 @@ typedef struct {
GType nm_device_wimax_get_type (void);
GObject *nm_device_wimax_new (DBusGConnection *connection,
- const char *path);
+ const char *path);
const char *nm_device_wimax_get_hw_address (NMDeviceWimax *wimax);
NMWimaxNsp *nm_device_wimax_get_active_nsp (NMDeviceWimax *wimax);
NMWimaxNsp *nm_device_wimax_get_nsp_by_path (NMDeviceWimax *wimax,
- const char *path);
+ const char *path);
const GPtrArray *nm_device_wimax_get_nsps (NMDeviceWimax *wimax);