diff options
author | Pavel Roskin <proski@gnu.org> | 2011-08-04 11:59:03 -0400 |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2011-08-11 14:49:51 +0200 |
commit | 7701c8572fa4bf23f0cbd652ee3e347f6924ac94 (patch) | |
tree | 7bf9e66e091ec30e57d767d80dc2c737e756c1a3 /src/nl-neigh-delete.c | |
parent | f9993836ed0cb0359e486daa50f72c889f81a36a (diff) | |
download | libnl-7701c8572fa4bf23f0cbd652ee3e347f6924ac94.tar.gz |
Make some functions and global variables static
Diffstat (limited to 'src/nl-neigh-delete.c')
-rw-r--r-- | src/nl-neigh-delete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl-neigh-delete.c b/src/nl-neigh-delete.c index 887bd84..c418608 100644 --- a/src/nl-neigh-delete.c +++ b/src/nl-neigh-delete.c @@ -14,7 +14,7 @@ #include <netlink/cli/link.h> static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; -struct nl_sock *sock; +static struct nl_sock *sock; static void print_usage(void) { |