diff options
Diffstat (limited to 'japanese/mimekit/files/patch-html.c')
-rw-r--r-- | japanese/mimekit/files/patch-html.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/japanese/mimekit/files/patch-html.c b/japanese/mimekit/files/patch-html.c deleted file mode 100644 index 758fbfc34a3c..000000000000 --- a/japanese/mimekit/files/patch-html.c +++ /dev/null @@ -1,22 +0,0 @@ ---- ../rary/html.c.orig 2007-11-11 18:21:43.000000000 +0900 -+++ ../rary/html.c 2007-11-11 18:25:11.000000000 +0900 -@@ -26,6 +26,8 @@ - 941002 extracted from http.c - 990331 extracted attrWithURL() and made it custmizable - //////////////////////////////////////////////////////////////////////#*/ -+#include <stdio.h> -+#include <string.h> - #include "ystring.h" - /* - #define isAlpha(ch) (isalpha(ch) || ch == '-') -@@ -38,6 +40,10 @@ - int HTMLCONV_DEBUG = 0; - int URL_SEARCH; - -+static addTAGelem(char *name); -+static addTAGattr(char *attr); -+static count_convs(int convtype); -+ - static hconv1(conv) - char *conv; - { int onoff; |