summaryrefslogtreecommitdiff
path: root/client/map.h
diff options
context:
space:
mode:
authorBartosz Szatkowski <bulislaw@linux.com>2011-12-08 14:07:54 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2011-12-09 15:07:50 +0200
commit0def808232e56890a536d0ecec1bd59493f47ac1 (patch)
treecbb19f1363cdc610aa716b17d3711bf43f83643e /client/map.h
parentff2ef8b2e84a8a2f3134431befacd464ba535919 (diff)
downloadobexd-0def808232e56890a536d0ecec1bd59493f47ac1.tar.gz
Add basic support for MAP client in obex-client
Diffstat (limited to 'client/map.h')
-rw-r--r--client/map.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/client/map.h b/client/map.h
new file mode 100644
index 0000000..86f6b95
--- /dev/null
+++ b/client/map.h
@@ -0,0 +1,24 @@
+/*
+ *
+ * OBEX Client
+ *
+ * Copyright (C) 2011 Bartosz Szatkowski <bulislaw@linux.com> for Comarch
+ *
+ * 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 map_init(void);
+void map_exit(void);