summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-09 13:36:05 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:01 +0100
commit1760e5f5f512791ed007c976193da61ab4bec131 (patch)
treec2ec8d73595ad21228e130fda0475da53354ccb8 /gobex/gobex.h
parent8554bc2a896a9d9c52ae180e7227197f581d4e9c (diff)
downloadbluez-1760e5f5f512791ed007c976193da61ab4bec131.tar.gz
gobex: Add g_obex_delete
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 dcdc72f7d..1c0e17046 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -75,4 +75,7 @@ guint g_obex_setpath(GObex *obex, const char *path, GObexResponseFunc func,
guint g_obex_mkdir(GObex *obex, const char *path, GObexResponseFunc func,
gpointer user_data, GError **err);
+guint g_obex_delete(GObex *obex, const char *name, GObexResponseFunc func,
+ gpointer user_data, GError **err);
+
#endif /* __GOBEX_H */