X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=fd2d0250650ca7268d48ecf72b6657c376f36a24;hb=8923a1b488b69e943d241aa3f0373ed3d5f8110e;hp=416f8903eb1aa520157f673e1fbfd4f577bb95cd;hpb=13d52fcb036ba52db597f49ea291cd6dd4105f43;p=PuTTY.git diff --git a/putty.h b/putty.h index 416f8903..fd2d0250 100644 --- a/putty.h +++ b/putty.h @@ -671,6 +671,7 @@ enum { BUSY_CPU /* Locally busy (e.g. crypto); user interaction suspended */ }; void set_busy_status(void *frontend, int status); +int frontend_is_utf8(void *frontend); void cleanup_exit(int);