X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=libudev%2Flibudev-private.h;h=d09a9a52a89436d4b601f4175ce93018d4045a69;hp=c9ed46211cb57fb8179f8cbf67a36e0123a30b8e;hb=4281da1fa6fda10c15bee984825fc607a8385004;hpb=dc1791a9e6b59bd070a5f9c01b2214a1f8d69a82 diff --git a/libudev/libudev-private.h b/libudev/libudev-private.h index c9ed46211..d09a9a52a 100644 --- a/libudev/libudev-private.h +++ b/libudev/libudev-private.h @@ -85,6 +85,7 @@ const char *udev_device_get_devpath_old(struct udev_device *udev_device); const char *udev_device_get_sysname_old(struct udev_device *udev_device); int udev_device_set_devpath_old(struct udev_device *udev_device, const char *devpath_old); const char *udev_device_get_knodename(struct udev_device *udev_device); +const char *udev_device_get_id_filename(struct udev_device *udev_device); int udev_device_add_tag(struct udev_device *udev_device, const char *tag); void udev_device_cleanup_tags_list(struct udev_device *udev_device); int udev_device_has_tag(struct udev_device *udev_device, const char *tag);