projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76387b9
)
libudev: drop a prototype of unexistent function
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 24 Aug 2018 05:43:43 +0000
(14:43 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 11 Sep 2018 03:45:21 +0000
(12:45 +0900)
src/libudev/libudev-private.h
patch
|
blob
|
history
diff --git
a/src/libudev/libudev-private.h
b/src/libudev/libudev-private.h
index 5e18b02534150b5b01b45b47a255e712bfbd2172..29b0cfb2da1b2bec666491bdc85a330a6803fcad 100644
(file)
--- 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);