From ca54d72376a35225cebfd3615acb707c072ae22a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sun, 11 Sep 2016 21:45:26 +0200 Subject: Declare some variables as static --- mib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mib.h') diff --git a/mib.h b/mib.h index 92c6c2c5..6c8e63c9 100644 --- a/mib.h +++ b/mib.h @@ -8,7 +8,7 @@ /* parse problem: new name "mib" for mgmt.mib(1) ignored */ /* parse problem: no parent for 0.nullSpecific(0) */ -struct obj +static struct obj _proteon_obj = { "proteon", 1, 0, NULL, NULL -- cgit v1.2.3