X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9547a2acebe7707dca4b4ebea17dcc8c2071359d..5f6fe27e1d8144e8e735dfd119366fffdb785343:/putty.h diff --git a/putty.h b/putty.h index 4b85aa90..0f2911c5 100644 --- a/putty.h +++ b/putty.h @@ -600,6 +600,12 @@ char *cp_name(int codepage); 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); + +/* * Exports from mscrypto.c */ #ifdef MSCRYPTOAPI