summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-04 22:13:28 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:21:58 +0100
commita47064623286c0327eedd9f6cbb1e14e50de8032 (patch)
treef36055f417d565a17dff3e96c4e5bc222745319f /gobex/gobex.h
parent9714844c668bca74181064ea01a62e40b2bae075 (diff)
downloadbluez-a47064623286c0327eedd9f6cbb1e14e50de8032.tar.gz
gobex: Add convenience response sending function
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index ce307c041..aecfffa71 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -64,5 +64,7 @@ void g_obex_unref(GObex *obex);
guint g_obex_connect(GObex *obex, void *target, gsize target_len,
GObexResponseFunc func, gpointer user_data,
GError **err);
+gboolean g_obex_response(GObex *obex, GObexPacket *req, guint8 rspcode,
+ GSList *headers, GError **err);
#endif /* __GOBEX_H */