summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-06-27 17:15:20 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:21:56 +0100
commit7e86b549aeccdd8f5eef75a4d01188dd55e3c039 (patch)
tree9d4dd9f1c5bd8f436acda0053a267ea23eee90b9 /gobex/gobex.h
parentb76d71e5b21ee1e6197ffd5fe14d6f098385a99b (diff)
downloadbluez-7e86b549aeccdd8f5eef75a4d01188dd55e3c039.tar.gz
gobex: Add basic internal handling of connect request
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index 3d0163615..05d1527fd 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -99,6 +99,7 @@ guint8 g_obex_packet_get_operation(GObexPacket *pkt, gboolean *final);
gboolean g_obex_packet_add_header(GObexPacket *pkt, GObexHeader *header);
gboolean g_obex_packet_set_data(GObexPacket *pkt, const void *data, size_t len,
GObexDataPolicy data_policy);
+const void *g_obex_packet_get_data(GObexPacket *pkt, size_t *len);
GObexPacket *g_obex_packet_new(guint8 opcode, gboolean final);
void g_obex_packet_free(GObexPacket *pkt);