blob: 85c493426d74480f01c2e2d847d4eec58f5c3c57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- mime.h.orig 2007-11-11 17:53:39.000000000 +0900
+++ mime.h 2007-11-11 17:54:14.000000000 +0900
@@ -23,6 +23,7 @@
extern char *MimeKit_Version;
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#include "ystring.h"
@@ -31,8 +32,6 @@
#endif
#define substr(s1,s2) (strncasecmp(s1,s2,strlen(s2)) == 0)
-extern char *malloc();
-extern char *realloc();
extern char *findFieldValue();
extern FILE *TMPFILE();
|