mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42:47 -05:00
Make 'LogContext' a typedef visible throughout the code.
Same principle again - the more of these structures have globally visible tags (even if the structure contents are still opaque in most places), the fewer of them I can mistake for each other.
This commit is contained in:
@ -405,7 +405,7 @@ void old_keyfile_warning(void)
|
||||
postmsg(&cf);
|
||||
}
|
||||
|
||||
void console_provide_logctx(void *logctx)
|
||||
void console_provide_logctx(LogContext *logctx)
|
||||
{
|
||||
console_logctx = logctx;
|
||||
}
|
||||
|
Reference in New Issue
Block a user