summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-09 13:29:22 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:01 +0100
commit8554bc2a896a9d9c52ae180e7227197f581d4e9c (patch)
tree95a7b4b0870f7042ecc53c601744b9314f23d842 /gobex/gobex.h
parent15402c02c1c4873e0e6bd20f7175d4cd6365af26 (diff)
downloadbluez-8554bc2a896a9d9c52ae180e7227197f581d4e9c.tar.gz
gobex: Add g_obex_mkdir
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index c0b84e7f5..dcdc72f7d 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -72,4 +72,7 @@ guint g_obex_connect(GObex *obex, void *target, gsize target_len,
guint g_obex_setpath(GObex *obex, const char *path, GObexResponseFunc func,
gpointer user_data, GError **err);
+guint g_obex_mkdir(GObex *obex, const char *path, GObexResponseFunc func,
+ gpointer user_data, GError **err);
+
#endif /* __GOBEX_H */