Now that we have `appname', make much wider use of it. In
[u/mdw/putty] / be_nossh.c
index ceef3cf..9e3b246 100644 (file)
@@ -9,6 +9,8 @@
 
 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},