Now that we have `appname', make much wider use of it. In
[u/mdw/putty] / be_nossh.c
index 76355cb..9e3b246 100644 (file)
@@ -7,6 +7,10 @@
 #include <stdio.h>
 #include "putty.h"
 
+const int be_default_protocol = PROT_TELNET;
+
+const char *const appname = "PuTTYtel";
+
 struct backend_list backends[] = {
     {PROT_TELNET, "telnet", &telnet_backend},
     {PROT_RLOGIN, "rlogin", &rlogin_backend},