X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/939395a800652e2164a5426d3ba2ba3322eb8526..c8f5c5c8f0bd6f8221642c51deb285913df9944b:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index a6b22a8d..28dd08db 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -85,6 +85,7 @@ GLOBAL HINSTANCE hinst; */ GLOBAL char *help_path; GLOBAL int help_has_contents; +GLOBAL int requested_help; /* * The terminal and logging context are notionally local to the @@ -173,6 +174,11 @@ struct ctlpos { /* * Exports from winutils.c. */ +typedef struct filereq_tag filereq; /* cwd for file requester */ +BOOL request_file(filereq *state, OPENFILENAME *of, int preserve, int save); +filereq *filereq_new(void); +void filereq_free(filereq *state); +int message_box(LPCTSTR text, LPCTSTR caption, DWORD style, DWORD helpctxid); void split_into_argv(char *, int *, char ***, char ***); /*