]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Add a bug and a missing feature.
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index da1fb870d14fa950b0dfb47e07717f8f50321c0a..52157e25e1d4be01a7f0a0a630c49adabac3f5f8 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -670,6 +670,7 @@ int askappend(void *frontend, char *filename);
  */
 extern int console_batch_mode;
 int console_get_line(const char *prompt, char *str, int maxlen, int is_pw);
+void console_provide_logctx(void *logctx);
 
 /*
  * Exports from printing.c.