The PowerPC build works on Owen's Mac, which doesn't have AppearanceLib, so
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index da1fb87..52157e2 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.