X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=be_none.c;h=688b8dafe32d62aba7f5d8b6ee58c2f15a499061;hb=12a080874fd9e5a4ae0a6dc39fb54b152927075d;hp=d112143ee1f5ba4191654bd2584eb71e1cdb4e1c;hpb=bbbda4110b960bd46f5d27c1d7107f4290b83f68;p=PuTTY.git diff --git a/be_none.c b/be_none.c index d112143e..688b8daf 100644 --- a/be_none.c +++ b/be_none.c @@ -1,16 +1,11 @@ /* - * Linking module for PSCP: list the available backends, but - * without accompanying function suites. Used only for name - * lookups. + * Linking module for programs that do not support selection of backend + * (such as pterm). */ -#include #include #include "putty.h" -struct backend_list backends[] = { - {PROT_SSH, "ssh", NULL}, - {PROT_TELNET, "telnet", NULL}, - {PROT_RAW, "raw", NULL}, - {0, NULL} +Backend *backends[] = { + NULL };