mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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;
|