]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Fixed the printing and charset combo boxes in Unix PuTTY. (The
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 76bfe0027db5ccf9987e346a2c027c3166e922b0..f985ad2776bfb463d2ccb2bf852c7109b0147e04 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -728,8 +728,8 @@ int wc_to_mb(int codepage, int flags, wchar_t *wcstr, int wclen,
 wchar_t xlat_uskbd2cyrllic(int ch);
 int check_compose(int first, int second);
 int decode_codepage(char *cp_name);
-char *cp_enumerate (int index);
-char *cp_name(int codepage);
+const char *cp_enumerate (int index);
+const char *cp_name(int codepage);
 void get_unitab(int codepage, wchar_t * unitab, int ftype);
 
 /*