summaryrefslogtreecommitdiff
path: root/src/nm-cdma-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-cdma-device.h')
-rw-r--r--src/nm-cdma-device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nm-cdma-device.h b/src/nm-cdma-device.h
index 953d9ac0e5..eef2aba5df 100644
--- a/src/nm-cdma-device.h
+++ b/src/nm-cdma-device.h
@@ -32,7 +32,8 @@ GType nm_cdma_device_get_type (void);
NMCdmaDevice *nm_cdma_device_new (const char *udi,
const char *data_iface,
const char *monitor_iface,
- const char *driver);
+ const char *driver,
+ gboolean managed);
G_END_DECLS