X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/eee63b77cd283f43234d3a7884ec658fa7dc8778..41d3adbbfed77605e4a397ce199c5751c35bf94b:/putty.h?ds=sidebyside diff --git a/putty.h b/putty.h index b59703a6..baa55ff6 100644 --- a/putty.h +++ b/putty.h @@ -591,4 +591,12 @@ const char *wc_error(int value); int wc_match(const char *wildcard, const char *target); int wc_unescape(char *output, const char *wildcard); +/* + * Exports from console.c (that aren't equivalents to things in + * windlg.c). + */ +extern int console_batch_mode; +extern char *console_password; +int console_get_line(const char *prompt, char *str, int maxlen, int is_pw); + #endif