Hi Slawek,
On Mon, Jun 27, 2011, Slawomir Bochenski wrote:
This removes possibility of setting header type in mime driver read()
function as the functionality of adding different header types is now
supported by get_next_header().
---
plugins/filesystem.c | 13 +++----------
plugins/irmc.c | 3 +--
plugins/mas.c | 4 +---
plugins/pbap.c | 14 +++-----------
plugins/pcsuite.c | 4 +---
plugins/syncevolution.c | 6 ++----
src/mimetype.h | 2 +-
src/obex.c | 27 ++++++++-------------------
8 files changed, 20 insertions(+), 53 deletions(-)
I've applied the other four patches but this one doesn't apply cleanly.
I suspect this is due to some other cleanup patches that have gone in
lately.
Johan