mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05:00
11 lines
160 B
C
11 lines
160 B
C
![]() |
/*
|
||
|
* Stub functions for when console.c is not linked into a program.
|
||
|
*/
|
||
|
|
||
|
#include "putty.h"
|
||
|
|
||
|
bool console_set_batch_mode(bool newvalue)
|
||
|
{
|
||
|
return false;
|
||
|
}
|