summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-01 08:56:47 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-02 20:20:12 (GMT)
commit1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0 (patch)
tree6472fb70628d554104964afbfda928ceecbde800 /tools
parentd1d57846ccb8d9664206a0a3f735db26d4bc4c8d (diff)
downloadlibnl-1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0.zip
libnl-1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0.tar.gz
libnl-1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0.tar.bz2
include: split and drop "netlink-private/types.h"
Move all the declarations from "netlink-private/types.h" to places closer to where they are used.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/clang-format.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index bc93d9f..38b8acd 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -15,7 +15,6 @@ EXCLUDE_PATHS_TOPLEVEL=(
# Exclude them too.
EXCLUDE_PATHS_TOPLEVEL+=(
"include/netlink-private/netlink.h"
- "include/netlink-private/types.h"
"include/netlink/addr.h"
"include/netlink/attr.h"
"include/netlink/cache-api.h"