summaryrefslogtreecommitdiff
path: root/include/setting.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-04-04 20:49:25 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-04-04 20:49:25 +0200
commit335a0fa2e7327dc1adee004673275d296744d385 (patch)
treee095b8605ba950b8cbd5fb7bb469216f83417896 /include/setting.h
parent686b3102882d10a497fe5d22fd936b869a7ef71e (diff)
downloadconnman-335a0fa2e7327dc1adee004673275d296744d385.tar.gz
connman-335a0fa2e7327dc1adee004673275d296744d385.tar.bz2
connman-335a0fa2e7327dc1adee004673275d296744d385.zip
configuration: Rename configuration to setting
Diffstat (limited to 'include/setting.h')
-rw-r--r--include/setting.h35
1 files changed, 35 insertions, 0 deletions
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 */