From 7701c8572fa4bf23f0cbd652ee3e347f6924ac94 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 4 Aug 2011 11:59:03 -0400 Subject: Make some functions and global variables static --- src/nl-class-delete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nl-class-delete.c') diff --git a/src/nl-class-delete.c b/src/nl-class-delete.c index 3df5a9af..37657a47 100644 --- a/src/nl-class-delete.c +++ b/src/nl-class-delete.c @@ -14,7 +14,7 @@ #include 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) { -- cgit v1.2.3