X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/4b599b6d43e8a612f8ab5b23c6ab88ec98a755d6..801e70ea26818b146f92f0b5af886a1c7790b86e:/putty.h diff --git a/putty.h b/putty.h index 4b85aa90..3ff9e9d1 100644 --- a/putty.h +++ b/putty.h @@ -465,6 +465,7 @@ void random_destroy_seed(void); */ void save_settings(char *section, int do_host, Config * cfg); void load_settings(char *section, int do_host, Config * cfg); +void load_open_settings(void *sesskey, int do_host, Config *cfg); void get_sesslist(struct sesslist *, int allocate); void do_defaults(char *, Config *); void registry_cleanup(void); @@ -600,6 +601,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