summaryrefslogtreecommitdiff
path: root/src/udev/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-07-01 20:34:43 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-07-07 12:12:45 -0400
commit36cac2c40ff2c62735a87ffcb84a03c578ae972f (patch)
tree1a23a997f0ed25ce1e2db02102dfeb1da940fa09 /src/udev/udev.h
parent86d0542d34e5db789a1ce8a059750f76d8b2c8f8 (diff)
hwdb: add --device=<device-id> and --filter=<key name glob>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/udev.h')
-rw-r--r--src/udev/udev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udev.h b/src/udev/udev.h
index 8e1726c543..cba30cd14c 100644
--- a/src/udev/udev.h
+++ b/src/udev/udev.h
@@ -186,7 +186,7 @@ int udev_builtin_run(struct udev_device *dev, enum udev_builtin_cmd cmd, const c
void udev_builtin_list(struct udev *udev);
bool udev_builtin_validate(struct udev *udev);
int udev_builtin_add_property(struct udev_device *dev, bool test, const char *key, const char *val);
-int udev_builtin_hwdb_lookup(struct udev_device *dev, const char *modalias, bool test);
+int udev_builtin_hwdb_lookup(struct udev_device *dev, const char *modalias, const char *filter, bool test);
/* udev logging */
void udev_main_log(struct udev *udev, int priority,