Switch to unified view

a/src/bincimapmime/mime-printbody.cc b/src/bincimapmime/mime-printbody.cc
...
...
44
#include <string.h>
44
#include <string.h>
45
#include <ctype.h>
45
#include <ctype.h>
46
#include <stdio.h>
46
#include <stdio.h>
47
#include <errno.h>
47
#include <errno.h>
48
48
49
#ifndef NO_NAMESPACES
49
using namespace ::std;
50
using namespace ::std;
51
#endif /* NO_NAMESPACES */
50
52
51
//------------------------------------------------------------------------
53
//------------------------------------------------------------------------
52
void Binc::MimePart::printBody(int fd, IODevice &output,
54
void Binc::MimePart::printBody(int fd, IODevice &output,
53
                   unsigned int startoffset,
55
                   unsigned int startoffset,
54
                   unsigned int length) const
56
                   unsigned int length) const