summaryrefslogtreecommitdiffstats
path: root/include/nl-priv-dynamic-core
Commit message (Collapse)AuthorAgeFilesLines
* lib: use getprotobyname_r(), getprotobynumber_r() if availableThomas Haller2023-08-181-0/+4
| | | | Avoid non-threadsafe libc API.
* all: drop "extern "C"" from internal codeThomas Haller2023-08-072-16/+0
| | | | | libnl3 itself needs to be build with a C compiler. Drop the unnecessary "extern "C"" parts from internal code.
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-022-23/+42
|
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+90
| | | | | Move all the declarations from "netlink-private/types.h" to places closer to where they are used.
* include: rename "nl-shared-core" to "nl-priv-dynamic-core"Thomas Haller2023-08-023-0/+645
Naming is just so important to understand what this is. This name is better.