X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0b89e7b2ddbde72ef39bf1ef041655a8f5cd291b..47e4e7359053574f16061e9d692394fc9f2f3b74:/putty.h diff --git a/putty.h b/putty.h index cff103bb..76bfe002 100644 --- a/putty.h +++ b/putty.h @@ -305,6 +305,12 @@ extern struct backend_list { extern const int be_default_protocol; /* + * Name of this particular application, for use in the config box + * and other pieces of text. + */ +extern const char *const appname; + +/* * IMPORTANT POLICY POINT: everything in this structure which wants * to be treated like an integer must be an actual, honest-to- * goodness `int'. No enum-typed variables. This is because parts