]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macucs.c
Add some discussion of rekeys-as-keepalives, and their potential
[PuTTY.git] / mac / macucs.c
index 0601b9c8f817bae61c0d450ebcbcac434a2ae60c..6d1581bd5d96d42bc91d4d314fad80f324b28d55 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: macucs.c,v 1.6 2003/03/17 21:40:37 ben Exp $ */
+/* $Id: macucs.c,v 1.7 2003/04/05 22:12:44 ben Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -116,14 +116,14 @@ int decode_codepage(char *cp_name)
     return 0;
 }
 
-char *cp_enumerate (int index)
+char const *cp_enumerate (int index)
 {
 
     if (index == 0) return "ISO/IEC 8859-1";
     return NULL;
 }
 
-char *cp_name(int codepage)
+char const *cp_name(int codepage)
 {
 
     return "ISO/IEC 8859-1";