summaryrefslogtreecommitdiff
path: root/gobex/gobex-transfer.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-05 23:33:20 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:21:59 +0100
commit10dfec83a1c75301ca8db826cdfecb7360e05318 (patch)
treeecdf9ad407efa4748e73c92982842e4e7ed17a77 /gobex/gobex-transfer.c
parent7fee9ce693d6733e0601a087fa8661b6a4fe917c (diff)
downloadbluez-10dfec83a1c75301ca8db826cdfecb7360e05318.tar.gz
gobex: Rename g_obex_put to g_obex_put_req
Diffstat (limited to 'gobex/gobex-transfer.c')
-rw-r--r--gobex/gobex-transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobex/gobex-transfer.c b/gobex/gobex-transfer.c
index c7b20b39b..d65d0164c 100644
--- a/gobex/gobex-transfer.c
+++ b/gobex/gobex-transfer.c
@@ -146,7 +146,7 @@ static struct transfer *transfer_new(GObex *obex, guint8 opcode,
return transfer;
}
-guint g_obex_put(GObex *obex, const char *type, const char *name,
+guint g_obex_put_req(GObex *obex, const char *type, const char *name,
GObexDataProducer data_func,
GObexFunc complete_func, gpointer user_data,
GError **err)