mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
350 B
C
14 lines
350 B
C
$NetBSD: patch-richmail_iso2022.c,v 1.1 2012/10/26 20:27:15 joerg Exp $
|
|
|
|
--- richmail/iso2022.c.orig 2012-10-25 19:46:36.000000000 +0000
|
|
+++ richmail/iso2022.c
|
|
@@ -73,7 +73,7 @@ static int OutAsciiMode;
|
|
/*
|
|
* Initialise the ISO-2022 character set processor.
|
|
*/
|
|
-iso2022_init (name)
|
|
+void iso2022_init (name)
|
|
char *name;
|
|
{
|
|
SwToAscii = 'B';
|