summaryrefslogtreecommitdiff
path: root/udev/lib/libudev.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-03 11:13:51 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-01-03 15:12:28 +0100
commit61ee8cc92d5298da4fd4f46016991369a933ef7f (patch)
tree497e66aa22e7e4a15ffba23cc30fdff66c9df754 /udev/lib/libudev.h
parent883012d49b0635ab20898a649fcce6db21288571 (diff)
libudev: device - remove udev_device_get_parent_with_subsystem
Diffstat (limited to 'udev/lib/libudev.h')
-rw-r--r--udev/lib/libudev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/udev/lib/libudev.h b/udev/lib/libudev.h
index bac362a360..63b9b79d3f 100644
--- a/udev/lib/libudev.h
+++ b/udev/lib/libudev.h
@@ -62,7 +62,6 @@ extern struct udev_device *udev_device_new_from_syspath(struct udev *udev, const
extern struct udev_device *udev_device_new_from_devnum(struct udev *udev, char type, dev_t devnum);
extern struct udev_device *udev_device_new_from_subsystem_sysname(struct udev *udev, const char *subsystem, const char *sysname);
extern struct udev_device *udev_device_get_parent(struct udev_device *udev_device);
-extern struct udev_device *udev_device_get_parent_with_subsystem(struct udev_device *udev_device, const char *subsystem);
extern struct udev_device *udev_device_get_parent_with_subsytem_devtype(struct udev_device *udev_device, const char *subsystem, const char *devtype);
extern struct udev_device *udev_device_ref(struct udev_device *udev_device);
extern void udev_device_unref(struct udev_device *udev_device);