summaryrefslogtreecommitdiffstats
path: root/lib/route/link/link-api.h
Commit message (Collapse)AuthorAgeFilesLines
* all: drop "extern "C"" from internal codeThomas Haller2023-08-071-8/+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-021-0/+3
|
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+2
| | | | | Move all the declarations from "netlink-private/types.h" to places closer to where they are used.
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-0/+194
This header is entirely private to compiling libnl-route-3 under lib/route. Move the header there.