summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-05 22:57:34 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:21:59 +0100
commit7fee9ce693d6733e0601a087fa8661b6a4fe917c (patch)
tree0042d0f32300b0ee3bc4e1fc59a7fcd5167b9073 /gobex/gobex.h
parentd2c30f5c78bc1a7a6ea04e31afe1b8fdaed5d403 (diff)
downloadbluez-7fee9ce693d6733e0601a087fa8661b6a4fe917c.tar.gz
gobex: Remove g_obex_set_request_function
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index 110231f0b..034213faf 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -47,8 +47,6 @@ guint g_obex_send_req(GObex *obex, GObexPacket *req, gint timeout,
gboolean g_obex_cancel_req(GObex *obex, guint req_id,
gboolean remove_callback);
-void g_obex_set_request_function(GObex *obex, GObexRequestFunc func,
- gpointer user_data);
void g_obex_set_disconnect_function(GObex *obex, GObexFunc func,
gpointer user_data);
gint g_obex_add_request_function(GObex *obex, guint8 opcode,