From 58fef2e692134546f0ac4462b92e6f6b3395790b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 14 Dec 2012 12:22:03 +0200 Subject: attrib: conn_state should be static --- attrib/interactive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attrib') diff --git a/attrib/interactive.c b/attrib/interactive.c index 50f7e44f9..1ea35cdab 100644 --- a/attrib/interactive.c +++ b/attrib/interactive.c @@ -60,7 +60,7 @@ struct characteristic_data { static void cmd_help(int argcp, char **argvp); -enum state { +static enum state { STATE_DISCONNECTED, STATE_CONNECTING, STATE_CONNECTED -- cgit v1.2.1