From 335a0fa2e7327dc1adee004673275d296744d385 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Mon, 4 Apr 2011 20:49:25 +0200 Subject: configuration: Rename configuration to setting --- include/setting.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 include/setting.h (limited to 'include/setting.h') diff --git a/include/setting.h b/include/setting.h new file mode 100644 index 00000000..78adad78 --- /dev/null +++ b/include/setting.h @@ -0,0 +1,35 @@ +/* + * + * Connection Manager + * + * Copyright (C) 2011 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 + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +#ifndef __CONNMAN_SETTING_H +#define __CONNMAN_SETTING_H + +#ifdef __cplusplus +extern "C" { +#endif + +connman_bool_t connman_setting_get_bool(const char *key); + +#ifdef __cplusplus +} +#endif + +#endif /* __CONNMAN_SETTING_H */ -- cgit v1.2.3