summaryrefslogtreecommitdiff
path: root/src/nl-cls-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nl-cls-list.c')
-rw-r--r--src/nl-cls-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nl-cls-list.c b/src/nl-cls-list.c
index fcb5dcb..5072585 100644
--- a/src/nl-cls-list.c
+++ b/src/nl-cls-list.c
@@ -14,9 +14,9 @@
#include <netlink/cli/cls.h>
#include <netlink/cli/link.h>
-struct nl_sock *sock;
+static struct nl_sock *sock;
-struct nl_dump_params params = {
+static struct nl_dump_params params = {
.dp_type = NL_DUMP_LINE,
};