summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-util.h
Commit message (Collapse)AuthorAgeFilesLines
* udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friendsYu Watanabe2020-12-161-5/+0
| | | | This also moves them to udev-util.h
* udev: move util_resolve_subsys_kernel() to udev-util.cYu Watanabe2020-12-161-1/+0
|
* udev: move util_replace_chars() to udev-util.cYu Watanabe2020-12-161-2/+0
|
* udev: move util_path_encode() and rename it to escape_path()Yu Watanabe2020-12-161-1/+0
|
* udev: move util_replace_whitespace() to udev-util.cYu Watanabe2020-12-161-1/+0
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* libudev: make util_resolve_subsys_kernel() return negative errnoYu Watanabe2018-11-211-1/+1
| | | | This also replaces udev_device by sd_device in the function.
* libudev-util: make util_replace_*() return size_tYu Watanabe2018-11-211-2/+2
|
* libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe2018-11-201-0/+24
This also rename libudev-private.h to libudev-util.h, and cleanups several unnecessary headers from udev.h and libudev-util.h