]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - be_none.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / be_none.c
index f729e25d10b906681aa16132d5127a8591c544a8..a08a938a0a972f86174e7fd04b3def9a91c593cd 100644 (file)
--- a/be_none.c
+++ b/be_none.c
@@ -11,5 +11,7 @@
 struct backend_list backends[] = {
     {PROT_SSH, "ssh", NULL},
     {PROT_TELNET, "telnet", NULL},
+    {PROT_RLOGIN, "rlogin", NULL},
     {PROT_RAW, "raw", NULL},
+    {0, NULL}
 };