X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=baa55ff6df97ea771f861aded4b9d33a42648406;hb=7fbbad0ce1216e66fccab818c0349e2413a3898c;hp=b59703a6cb9eebf08ad2eb107472994968098d80;hpb=726f9dde7e747f0e317da6fbe0594a81597d4a2b;p=PuTTY.git 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