summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorSam Leffler <sleffler@google.com>2009-10-19 10:52:59 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-10-20 22:07:30 +0200
commit14921d074bd7f6d47bce8ad955baf088446e64ac (patch)
tree9e5eb6560b3ba6c0b3ea44a32b0da19a8086a1ed /src/connman.h
parent8ae3b2731826a64ac3469594414cfc5bd9d7ac06 (diff)
downloadconnman-14921d074bd7f6d47bce8ad955baf088446e64ac.tar.gz
connman-14921d074bd7f6d47bce8ad955baf088446e64ac.tar.bz2
connman-14921d074bd7f6d47bce8ad955baf088446e64ac.zip
Fix command line options for device filtering
Also re-implement -I option to filter devices discovered through netlink.
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 5eee3902..1fad19bc 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -223,6 +223,8 @@ int __connman_element_append_ipv4(struct connman_element *element,
int __connman_element_set_ipv4(struct connman_element *element,
const char *name, DBusMessageIter *value);
+gboolean __connman_element_device_isfiltered(const char *devname);
+
int __connman_ipv4_init(void);
void __connman_ipv4_cleanup(void);