filetransfer: fix namespace collisions
commit8a3169c07d39e3b497919a5f5ba9c7cd4b0b30a7
authorStefan Becker <chemobejk@gmail.com>
Fri, 18 Sep 2015 19:15:18 +0000 (18 22:15 +0300)
committerStefan Becker <chemobejk@gmail.com>
Fri, 18 Sep 2015 19:15:18 +0000 (18 22:15 +0300)
tree8d6517b2089a734d0250342722f6fd9bba3ae479
parent8cbea9a6a01d5090cec65451ec2ecbf704c6857c
filetransfer: fix namespace collisions

Latest code failed to build on Windows, because e.g. read() callback
clashed with pidgin Windows read() macro. Add ft_ to all callbacks
in sipe_file_transfer to avoid name clashes.
src/api/sipe-core.h
src/core/sipe-ft.c
src/purple/purple-ft.c