about summary refs log tree commit diff
path: root/src/nm-device-private.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-10-26 21:33:05 +0200
committerMichael Biebl <biebl@debian.org>2012-10-26 21:33:05 +0200
commit3e08ba570f7e146b67c0f9dfd17dc04987ebac18 (patch)
treeec993cb408a2edb4bb48ce86db4eaca09def6260 /src/nm-device-private.h
parent74d97e718091bb137b480fb31d740fe20677812b (diff)
parent36cb2f364a821e1be50b23e03a18891ec55adb06 (diff)
Merge tag 'upstream/0.9.6.4' into experimental
Upstream version 0.9.6.4
Diffstat (limited to 'src/nm-device-private.h')
-rw-r--r--src/nm-device-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nm-device-private.h b/src/nm-device-private.h
index 824beb5a..0320a722 100644
--- a/src/nm-device-private.h
+++ b/src/nm-device-private.h
@@ -69,4 +69,8 @@ gboolean nm_device_match_ip_config (NMDevice *device, NMConnection *connection);
 
 NMConnectionProvider *nm_device_get_connection_provider (NMDevice *device);
 
+void nm_device_queued_state_clear (NMDevice *device);
+
+NMDeviceState nm_device_queued_state_peek (NMDevice *device);
+
 #endif	/* NM_DEVICE_PRIVATE_H */