Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: drop "extern "C"" from internal code | Thomas Haller | 2023-08-07 | 1 | -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 declarations | Thomas Haller | 2023-08-02 | 1 | -0/+3 |
| | |||||
* | include: split and drop "netlink-private/types.h" | Thomas Haller | 2023-08-02 | 1 | -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/route | Thomas Haller | 2023-07-31 | 1 | -0/+194 |
This header is entirely private to compiling libnl-route-3 under lib/route. Move the header there. |