X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/666b0d2a00325c4355e92f0a24040592ce6d9b49..9ea10e786812ddf40e118ddfce4a306014b17930:/putty.h diff --git a/putty.h b/putty.h index a2f320cc..8aea91c1 100644 --- a/putty.h +++ b/putty.h @@ -686,7 +686,8 @@ typedef struct { int name_reqd; /* Display of `name' required or optional? */ char *instruction; /* Long description, maybe with embedded newlines */ int instr_reqd; /* Display of `instruction' required or optional? */ - size_t n_prompts; + size_t n_prompts; /* May be zero (in which case display the foregoing, + * if any, and return success) */ prompt_t **prompts; void *frontend; void *data; /* slot for housekeeping data, managed by