summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-list-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* libudev: hide definition of struct udev_list from other libudev componentsYu Watanabe2019-06-121-11/+6
| | | | | In the later commit, udev_list will be just a wrapper of hashmap or LIST. So, allocating udev_list does not increase much cost.
* libudev-list: drop unused udev argument from udev_list_init()Yu Watanabe2018-11-221-2/+1
|
* libudev-list: drop unused private functionsYu Watanabe2018-11-221-2/+0
|
* 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