From: Yu Watanabe Date: Fri, 24 Aug 2018 05:43:43 +0000 (+0900) Subject: libudev: drop a prototype of unexistent function X-Git-Tag: v240~720^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=536cbd7fa6e1d33b5c7f968f3bc18c9aae611b51;p=thirdparty%2Fsystemd.git libudev: drop a prototype of unexistent function --- diff --git a/src/libudev/libudev-private.h b/src/libudev/libudev-private.h index 5e18b025341..29b0cfb2da1 100644 --- a/src/libudev/libudev-private.h +++ b/src/libudev/libudev-private.h @@ -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);