X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=be_none.c;h=879a20c5052285efcc88aab7047c4cbf16d6561a;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=f729e25d10b906681aa16132d5127a8591c544a8;hpb=41809f16a0c4d378af3981f9972b406a168904d0;p=PuTTY.git diff --git a/be_none.c b/be_none.c index f729e25d..879a20c5 100644 --- a/be_none.c +++ b/be_none.c @@ -4,12 +4,13 @@ * lookups. */ -#include #include #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} };