]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
rm some magic numbers in ssh_setup_portfwd()
[PuTTY.git] / windows / winstuff.h
index a6b22a8da291fe22298ac127800829423980799a..28dd08dbc70f2540fed86496a7fac3802122afba 100644 (file)
@@ -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 ***);
 
 /*