]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libudev: drop a prototype of unexistent function
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Aug 2018 05:43:43 +0000 (14:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Sep 2018 03:45:21 +0000 (12:45 +0900)
src/libudev/libudev-private.h

index 5e18b02534150b5b01b45b47a255e712bfbd2172..29b0cfb2da1b2bec666491bdc85a330a6803fcad 100644 (file)
@@ -16,9 +16,6 @@
 #define READ_END  0
 #define WRITE_END 1
 
-/* libudev.c */
-int udev_get_rules_path(struct udev *udev, char **path[], usec_t *ts_usec[]);
-
 /* libudev-device.c */
 struct udev_device *udev_device_new_from_nulstr(struct udev *udev, char *nulstr, ssize_t buflen);
 struct udev_device *udev_device_new_from_synthetic_event(struct udev *udev, const char *syspath, const char *action);