]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macucs.c
Support for recursive file transfer in PSFTP.
[PuTTY.git] / mac / macucs.c
index 659f33b9cc85c089fd18b759550e6000728ae698..6d1581bd5d96d42bc91d4d314fad80f324b28d55 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: macucs.c,v 1.5 2003/01/14 19:57:36 ben Exp $ */
+/* $Id: macucs.c,v 1.7 2003/04/05 22:12:44 ben Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -109,3 +109,22 @@ void init_ucs(Session *s)
     s->ucsdata.unitab_xterm['_'] = ' ';
 
 }
+
+int decode_codepage(char *cp_name)
+{
+
+    return 0;
+}
+
+char const *cp_enumerate (int index)
+{
+
+    if (index == 0) return "ISO/IEC 8859-1";
+    return NULL;
+}
+
+char const *cp_name(int codepage)
+{
+
+    return "ISO/IEC 8859-1";
+}