File: console.h

package info (click to toggle)
putty 0.83-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,216 kB
  • sloc: ansic: 148,476; python: 8,466; perl: 1,830; makefile: 128; sh: 117
file content (20 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (2)
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[];