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.

21 lines
566 B

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