summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-04 23:32:43 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:21:59 +0100
commit2e49852cceb9fa6e1f72f01f488184635a940564 (patch)
tree2718d8afab065c2ebd5804ad9ff3c1e5d98c0144 /gobex/gobex.h
parent0fb35029cf90d196c429b58a7702ba5a8fba9133 (diff)
downloadbluez-2e49852cceb9fa6e1f72f01f488184635a940564.tar.gz
gobex: Use opcode instead of entire req in g_obex_response
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index aecfffa71..34ca4bf4b 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -64,7 +64,8 @@ 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,
+
+gboolean g_obex_response(GObex *obex, guint8 opcode, guint8 rspcode,
GSList *headers, GError **err);
#endif /* __GOBEX_H */