summaryrefslogtreecommitdiff
path: root/attrib
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-14 12:22:03 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-14 12:22:03 +0200
commit58fef2e692134546f0ac4462b92e6f6b3395790b (patch)
treef7ca6c3cfdd7c4834d51677807572e7edf83739f /attrib
parent7e92a9cbe64ebdfe39d1fccf82809576c79f9ace (diff)
downloadbluez-58fef2e692134546f0ac4462b92e6f6b3395790b.tar.gz
attrib: conn_state should be static
Diffstat (limited to 'attrib')
-rw-r--r--attrib/interactive.c2
1 files changed, 1 insertions, 1 deletions
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