summaryrefslogtreecommitdiff
path: root/src/wispr.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-06 20:09:19 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-06 20:09:19 +0100
commitbe1032564fe660285ce033f7fe6b71b89285fa5e (patch)
treea7050153e1e9d222f5791f7fe9aceb05d831d9da /src/wispr.c
parent93ae59a760062b5f3f3b2b34f140496cff0a1b6c (diff)
downloadconnman-be1032564fe660285ce033f7fe6b71b89285fa5e.tar.gz
connman-be1032564fe660285ce033f7fe6b71b89285fa5e.tar.bz2
connman-be1032564fe660285ce033f7fe6b71b89285fa5e.zip
Add skeleton for integration of WISPr support
Diffstat (limited to 'src/wispr.c')
-rw-r--r--src/wispr.c38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/wispr.c b/src/wispr.c
new file mode 100644
index 00000000..41f7ca3d
--- /dev/null
+++ b/src/wispr.c
@@ -0,0 +1,38 @@
+/*
+ *
+ * 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
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "connman.h"
+
+int __connman_wispr_init(void)
+{
+ DBG("");
+
+ return 0;
+}
+
+void __connman_wispr_cleanup(void)
+{
+ DBG("");
+}