X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/05a6aa4fb69a1ff393d8e13b5a6e6a6211f50277..7440fd4419acfc9c784f142fb9dee3e64c9a18c2:/be_none.c 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} };