The logging module now contains a local copy of cfg too.
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 65a99eb..c15f8e3 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -529,7 +529,8 @@ void term_provide_logctx(Terminal *term, void *logctx);
 /*
  * Exports from logging.c.
  */
-void *log_init(void *frontend);
+void *log_init(void *frontend, Config *cfg);
+void log_reconfig(void *logctx, Config *cfg);
 void logfopen(void *logctx);
 void logfclose(void *logctx);
 void logtraffic(void *logctx, unsigned char c, int logmode);