|
|
@ -0,0 +1,21 @@ |
|
|
|
diff -dur mm2.7/src/richmail/richtext.c src.metamail.1134788353.24577.3245610760/mm2.7/src/richmail/richtext.c
|
|
|
|
--- mm2.7/src/richmail/richtext.c 1994-02-09 17:31:18.000000000 +0100
|
|
|
|
+++ src.metamail.1134788353.24577.3245610760/mm2.7/src/richmail/richtext.c 2005-12-17 04:42:57.000000000 +0100
|
|
|
|
@@ -14,6 +14,8 @@
|
|
|
|
*/ |
|
|
|
|
|
|
|
#include <stdio.h> |
|
|
|
+#include <string.h>
|
|
|
|
+#include <stdlib.h>
|
|
|
|
#include <ctype.h> |
|
|
|
#include <signal.h> |
|
|
|
#include "richlex.h" |
|
|
|
@@ -172,6 +174,8 @@
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
+static lc2strcmp(char *s1, char *s2);
|
|
|
|
+
|
|
|
|
richtext_main(argc, argv) |
|
|
|
int argc; |
|
|
|
char **argv; |