patch-src_richmail_iso2022_c 442 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-src_richmail_iso2022_c,v 1.1 2017/05/25 17:47:08 espie Exp $
  2. Index: src/richmail/iso2022.c
  3. --- src/richmail/iso2022.c.orig
  4. +++ src/richmail/iso2022.c
  5. @@ -41,6 +41,7 @@
  6. #include <stdio.h>
  7. #include <ctype.h>
  8. +#include <string.h>
  9. #include "richlex.h"
  10. #include "richset.h"
  11. @@ -73,6 +74,7 @@ static int OutAsciiMode;
  12. /*
  13. * Initialise the ISO-2022 character set processor.
  14. */
  15. +void
  16. iso2022_init (name)
  17. char *name;
  18. {