Switch to unified view

a/src/utils/mimeparse.cpp b/src/utils/mimeparse.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: mimeparse.cpp,v 1.19 2007-10-17 11:40:35 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: mimeparse.cpp,v 1.20 2007-12-13 06:58:22 dockes Exp $ (C) 2004 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
25
25
26
#include <ctype.h>
26
#include <ctype.h>
27
#include <stdio.h>
27
#include <stdio.h>
28
#include <ctype.h>
28
#include <ctype.h>
29
#include <time.h>
29
#include <time.h>
30
#include <cstdlib>
31
#include <cstring>
30
32
31
#include "mimeparse.h"
33
#include "mimeparse.h"
32
#include "base64.h"
34
#include "base64.h"
33
#include "transcode.h"
35
#include "transcode.h"
34
#include "smallut.h"
36
#include "smallut.h"