Switch to unified view

a/src/bincimapmime/mime-printheader.cc b/src/bincimapmime/mime-printheader.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::printHeader(int fd, IODevice &output,
53
void Binc::MimePart::printHeader(int fd, IODevice &output,
52
                 vector<string> headers, bool includeheaders, 
54
                 vector<string> headers, bool includeheaders, 
53
                 unsigned int startoffset,
55
                 unsigned int startoffset,