]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
`wcwidth-upgrade': upgrade to latest wcwidth.c from Markus Kuhn
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 43a66e6242cbc54f02228b1c5f5c47135cb24171..c1a8ddd820015a84865a8403bb58581c378ac82d 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -868,10 +868,10 @@ void get_unitab(int codepage, wchar_t * unitab, int ftype);
 /*
  * Exports from wcwidth.c
  */
-int wcwidth(wchar_t ucs);
-int wcswidth(const wchar_t *pwcs, size_t n);
-int wcwidth_cjk(wchar_t ucs);
-int wcswidth_cjk(const wchar_t *pwcs, size_t n);
+int mk_wcwidth(wchar_t ucs);
+int mk_wcswidth(const wchar_t *pwcs, size_t n);
+int mk_wcwidth_cjk(wchar_t ucs);
+int mk_wcswidth_cjk(const wchar_t *pwcs, size_t n);
 
 /*
  * Exports from mscrypto.c