summaryrefslogtreecommitdiff
path: root/profiles/health/hdp_manager.h
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-07-10 11:03:01 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-10 11:14:36 -0300
commitd66355029965f885e5ea6bc1aba95f7d5ade333e (patch)
treeeddbb9e0ca94c96e6b1c16a0932b52185527ce08 /profiles/health/hdp_manager.h
parent90118a6c710d9936a671177cfe15e91e08b9c61c (diff)
downloadbluez-d66355029965f885e5ea6bc1aba95f7d5ade333e.tar.gz
health: move it to profiles
Diffstat (limited to 'profiles/health/hdp_manager.h')
-rw-r--r--profiles/health/hdp_manager.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/profiles/health/hdp_manager.h b/profiles/health/hdp_manager.h
new file mode 100644
index 000000000..d39f190d1
--- /dev/null
+++ b/profiles/health/hdp_manager.h
@@ -0,0 +1,24 @@
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2010 GSyC/LibreSoft, Universidad Rey Juan Carlos.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ *
+ */
+
+int hdp_manager_init(DBusConnection *conn);
+void hdp_manager_exit(void);