summaryrefslogtreecommitdiff
path: root/gobex/gobex-packet.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-09-05 12:29:54 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:03 +0100
commit1c2da64348f85314e73494a0372cf26bb2cf821c (patch)
treeabb9602fd855a7ca5605984136fa1c201eb578e9 /gobex/gobex-packet.h
parent68bd9dd92b949aa22202edd69bc3a69c155cc9ce (diff)
downloadbluez-1c2da64348f85314e73494a0372cf26bb2cf821c.tar.gz
gobex: Remove g_obex_packet_find_header
This was exactly the same as g_obex_packet_get_header.
Diffstat (limited to 'gobex/gobex-packet.h')
-rw-r--r--gobex/gobex-packet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gobex/gobex-packet.h b/gobex/gobex-packet.h
index 6bdfcf039..24c9dcc98 100644
--- a/gobex/gobex-packet.h
+++ b/gobex/gobex-packet.h
@@ -84,7 +84,6 @@ typedef struct _GObexPacket GObexPacket;
GObexHeader *g_obex_packet_get_header(GObexPacket *pkt, guint8 id);
GObexHeader *g_obex_packet_get_body(GObexPacket *pkt);
guint8 g_obex_packet_get_operation(GObexPacket *pkt, gboolean *final);
-GObexHeader *g_obex_packet_find_header(GObexPacket *pkt, guint8 id);
gboolean g_obex_packet_prepend_header(GObexPacket *pkt, GObexHeader *header);
gboolean g_obex_packet_add_header(GObexPacket *pkt, GObexHeader *header);
gboolean g_obex_packet_add_body(GObexPacket *pkt, GObexDataProducer func,