summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-01 07:55:43 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-01 08:34:25 (GMT)
commit97f61eda4b5d737e74ce38e589bf4c98719d699b (patch)
tree091f861657b14ef28c6f3ac38fdc248bbaad513d /tools
parent96e1cc5b77e79ddad875f15e2611f5228388a447 (diff)
downloadlibnl-97f61eda4b5d737e74ce38e589bf4c98719d699b.zip
libnl-97f61eda4b5d737e74ce38e589bf4c98719d699b.tar.gz
libnl-97f61eda4b5d737e74ce38e589bf4c98719d699b.tar.bz2
lib: move "include/netlink-private/socket.h" to lib/nl-core.h
Diffstat (limited to 'tools')
-rwxr-xr-xtools/clang-format.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index 673cbeb..ce1fc1a 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -18,7 +18,6 @@ EXCLUDE_PATHS_TOPLEVEL+=(
"include/netlink-private/netlink.h"
"include/netlink-private/object-api.h"
"include/netlink-private/route/link/sriov.h"
- "include/netlink-private/socket.h"
"include/netlink-private/types.h"
"include/netlink/addr.h"
"include/netlink/attr.h"
@@ -188,6 +187,7 @@ EXCLUDE_PATHS_TOPLEVEL+=(
"lib/netfilter/queue_msg.c"
"lib/netfilter/queue_msg_obj.c"
"lib/netfilter/queue_obj.c"
+ "lib/nl-core.h"
"lib/nl.c"
"lib/object.c"
"lib/route/act.c"