summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-11-10 18:15:15 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-11-10 18:15:15 +0100
commit8333817dae08600bc2f4a84b499108ca1c39b4e2 (patch)
tree2a729fc4e7df6555cf3835f046ee3efc2b439420 /include
parent5cb8bb1ba90826b09f1e443336f15f379cd6955b (diff)
downloadconnman-8333817dae08600bc2f4a84b499108ca1c39b4e2.tar.gz
connman-8333817dae08600bc2f4a84b499108ca1c39b4e2.tar.bz2
connman-8333817dae08600bc2f4a84b499108ca1c39b4e2.zip
tethering: Add async tethering_enabled callback
Diffstat (limited to 'include')
-rw-r--r--include/tethering.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/tethering.h b/include/tethering.h
new file mode 100644
index 00000000..63f4f68c
--- /dev/null
+++ b/include/tethering.h
@@ -0,0 +1,28 @@
+/*
+ *
+ * Connection Manager
+ *
+ * Copyright (C) 2007-2010 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_TETHERING_H
+#define __CONNMAN_TETHERING_H
+
+void connman_tethering_enabled(void);
+void connman_tethering_disabled(void);
+
+#endif