summaryrefslogtreecommitdiffstats
path: root/src/nl-class-list.c
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2011-08-04 15:59:03 (GMT)
committerThomas Graf <tgraf@suug.ch>2011-08-11 12:49:51 (GMT)
commit7701c8572fa4bf23f0cbd652ee3e347f6924ac94 (patch)
tree7bf9e66e091ec30e57d767d80dc2c737e756c1a3 /src/nl-class-list.c
parentf9993836ed0cb0359e486daa50f72c889f81a36a (diff)
downloadlibnl-7701c8572fa4bf23f0cbd652ee3e347f6924ac94.zip
libnl-7701c8572fa4bf23f0cbd652ee3e347f6924ac94.tar.gz
libnl-7701c8572fa4bf23f0cbd652ee3e347f6924ac94.tar.bz2
Make some functions and global variables static
Diffstat (limited to 'src/nl-class-list.c')
-rw-r--r--src/nl-class-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nl-class-list.c b/src/nl-class-list.c
index 44ca49b..c2423fb 100644
--- a/src/nl-class-list.c
+++ b/src/nl-class-list.c
@@ -14,9 +14,9 @@
#include <netlink/cli/class.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,
};