mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-14 11:03:51 -05:00
18 lines
550 B
C
18 lines
550 B
C
![]() |
/*
|
||
|
* Common pieces between the platform console frontend modules.
|
||
|
*/
|
||
|
|
||
|
extern const char hk_absentmsg_common_fmt[];
|
||
|
extern const char hk_absentmsg_interactive_intro[];
|
||
|
extern const char hk_absentmsg_interactive_prompt[];
|
||
|
extern const char hk_wrongmsg_common_fmt[];
|
||
|
extern const char hk_wrongmsg_interactive_intro[];
|
||
|
extern const char hk_wrongmsg_interactive_prompt[];
|
||
|
|
||
|
extern const char weakcrypto_msg_common_fmt[];
|
||
|
|
||
|
extern const char weakhk_msg_common_fmt[];
|
||
|
|
||
|
extern const char console_continue_prompt[];
|
||
|
extern const char console_abandoned_msg[];
|