summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-05 18:57:23 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:21:59 +0100
commit49514b2cc4e8cbb1a71b69c5f63fd59dc20bb46b (patch)
treefdbb0c4fbebd26b901dbd2284b753dcbc327c96d /gobex/gobex.h
parentb1cc9a1269d04100d714886aeb3c143fb76e64b4 (diff)
downloadbluez-49514b2cc4e8cbb1a71b69c5f63fd59dc20bb46b.tar.gz
gobex: Track last received request internally and remove g_obex_response
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index 800b30d8f..1ca71d718 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -64,7 +64,4 @@ guint g_obex_connect(GObex *obex, void *target, gsize target_len,
GObexResponseFunc func, gpointer user_data,
GError **err);
-gboolean g_obex_response(GObex *obex, guint8 opcode, guint8 rspcode,
- GSList *headers, GError **err);
-
#endif /* __GOBEX_H */