summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-05 04:50:18 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-05 04:50:18 +0100
commit9b05cebe93ad885ee2a2156f6310eb7da365e581 (patch)
tree8c3a2a19a4237536e7a6b9f4d513718b15653d3b /src/connman.h
parent9781e0c3e2c8284691c753eb9bf3941823fab46b (diff)
downloadconnman-9b05cebe93ad885ee2a2156f6310eb7da365e581.tar.gz
connman-9b05cebe93ad885ee2a2156f6310eb7da365e581.tar.bz2
connman-9b05cebe93ad885ee2a2156f6310eb7da365e581.zip
Add support for automatic connection policy
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index e36b45d2..0b902dc3 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -150,6 +150,9 @@ static inline void __connman_udev_cleanup(void)
int __connman_device_init(void);
void __connman_device_cleanup(void);
+void __connman_device_increase_connections(struct connman_device *device);
+void __connman_device_decrease_connections(struct connman_device *device);
+
connman_bool_t __connman_device_has_driver(struct connman_device *device);
#include <connman/network.h>