/* * Linking module for PSCP: list the available backends, but * without accompanying function suites. Used only for name * lookups. */ #include #include #include "putty.h" struct backend_list backends[] = { {PROT_SSH, "ssh", NULL}, {PROT_TELNET, "telnet", NULL}, {PROT_RAW, "raw", NULL}, };