Switch to unified view

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