mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
The logging module now contains a local copy of cfg too.
[originally from svn r2566]
This commit is contained in:
3
putty.h
3
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);
|
||||
|
Reference in New Issue
Block a user