libudev: drop a prototype of unexistent function

This commit is contained in:
Yu Watanabe 2018-08-24 14:43:43 +09:00
parent 76387b9abb
commit 536cbd7fa6
1 changed files with 0 additions and 3 deletions

View 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);