]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
Move a recently introduced utility function out of the file in which I
[PuTTY.git] / windows / winstuff.h
index e8b70d4e1d1f31052c3a7b519f2aed1475e9d0c3..13ec3d8571a24d9bdcded9da978b3e3910113abe 100644 (file)
@@ -287,6 +287,7 @@ 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);
+char *GetDlgItemText_alloc(HWND hwnd, int id);
 void split_into_argv(char *, int *, char ***, char ***);
 
 /*