Welcome to mirror list, hosted at ThFree Co, Russian Federation.

console.h - github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6222e6a9416ffe038740d4393d6c811cbe29966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Common pieces between the platform console frontend modules.
 */

char *hk_absentmsg_common(const char *host, int port,
                          const char *keytype, const char *fingerprint);
extern const char hk_absentmsg_interactive_intro[];
extern const char hk_absentmsg_interactive_prompt[];

char *hk_wrongmsg_common(const char *host, int port,
                         const char *keytype, const char *fingerprint);
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[];