From 1b9d0a62f59bb48c8deb2f0b98d9acdffdd9abe7 Mon Sep 17 00:00:00 2001 From: Zhang zhengguang Date: Thu, 17 Jul 2014 10:37:39 +0800 Subject: Imported Upstream version 1.24 --- include/provision.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/provision.h') diff --git a/include/provision.h b/include/provision.h index b5f736e8..3eb80a86 100644 --- a/include/provision.h +++ b/include/provision.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2012 Intel Corporation. All rights reserved. + * Copyright (C) 2012-2013 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -22,7 +22,7 @@ #ifndef __CONNMAN_PROVISION_H #define __CONNMAN_PROVISION_H -#include +#include #ifdef __cplusplus extern "C" { @@ -39,7 +39,7 @@ struct connman_config_entry { char *name; void *ssid; unsigned int ssid_len; - connman_bool_t hidden; + bool hidden; }; int connman_config_provision_mutable_service(GKeyFile *keyfile); -- cgit v1.2.3