checking in all the old panacean stuff
This commit is contained in:
16
puttysrc/BE_NONE.C
Normal file
16
puttysrc/BE_NONE.C
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Linking module for PSCP: list the available backends, but
|
||||
* without accompanying function suites. Used only for name
|
||||
* lookups.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "putty.h"
|
||||
|
||||
struct backend_list backends[] = {
|
||||
{PROT_SSH, "ssh", NULL},
|
||||
{PROT_TELNET, "telnet", NULL},
|
||||
{PROT_RLOGIN, "rlogin", NULL},
|
||||
{PROT_RAW, "raw", NULL},
|
||||
{0, NULL}
|
||||
};
|
||||
Reference in New Issue
Block a user