Switch to unified view

a/src/bincimapmime/mime-utils.h b/src/bincimapmime/mime-utils.h
...
...
33
#include <string.h>
33
#include <string.h>
34
#include <ctype.h>
34
#include <ctype.h>
35
#include <stdio.h>
35
#include <stdio.h>
36
#include <errno.h>
36
#include <errno.h>
37
37
38
#ifndef NO_NAMESPACES
38
using namespace ::std;
39
using namespace ::std;
40
#endif /* NO_NAMESPACES */
39
41
40
inline bool compareStringToQueue(const char *s_in, char *bqueue,
42
inline bool compareStringToQueue(const char *s_in, char *bqueue,
41
                 int pos, int size)
43
                 int pos, int size)
42
{
44
{
43
  for (int i = 0; i < size; ++i)
45
  for (int i = 0; i < size; ++i)