diff options
author | Thomas Haller <thaller@redhat.com> | 2023-07-31 13:38:24 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-07-31 13:50:55 (GMT) |
commit | eb8da16d5c51af2e1f0dfa000f1b8f1e679642a6 (patch) | |
tree | 729311f72e4013193c391c70cf7ef47c41092412 /tools | |
parent | 8b2074aa0489f8445bc144e666055901bb0f48a2 (diff) | |
download | libnl-eb8da16d5c51af2e1f0dfa000f1b8f1e679642a6.zip libnl-eb8da16d5c51af2e1f0dfa000f1b8f1e679642a6.tar.gz libnl-eb8da16d5c51af2e1f0dfa000f1b8f1e679642a6.tar.bz2 |
include: move "include/netlink-private/route/link/api.h" to lib/route
This header is entirely private to compiling libnl-route-3 under
lib/route. Move the header there.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/clang-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-format.sh b/tools/clang-format.sh index a2f1359..01c657d 100755 --- a/tools/clang-format.sh +++ b/tools/clang-format.sh @@ -17,7 +17,6 @@ EXCLUDE_PATHS_TOPLEVEL+=( "include/netlink-private/cache-api.h" "include/netlink-private/netlink.h" "include/netlink-private/object-api.h" - "include/netlink-private/route/link/api.h" "include/netlink-private/route/link/sriov.h" "include/netlink-private/route/nexthop-encap.h" "include/netlink-private/route/tc-api.h" @@ -233,6 +232,7 @@ EXCLUDE_PATHS_TOPLEVEL+=( "lib/route/link/ipip.c" "lib/route/link/ipvlan.c" "lib/route/link/ipvti.c" + "lib/route/link/link-api.h" "lib/route/link/macsec.c" "lib/route/link/macvlan.c" "lib/route/link/ppp.c" |