From: H.G. Muller Date: Thu, 7 Jan 2010 17:57:39 +0000 (+0100) Subject: Fix declaration of Ghostview file browser X-Git-Tag: hgm-4.20100107~2 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=72eba140eb3a03c3f84a5906c13556730ea71be5 Fix declaration of Ghostview file browser --- diff --git a/xboard.c b/xboard.c index 9ddf884..74a6ff9 100644 --- a/xboard.c +++ b/xboard.c @@ -449,6 +449,8 @@ void SettingsPopDown P(()); void update_ics_width P(()); int get_term_width P(()); int CopyMemoProc P(()); +FILE * XsraSelFile P((Widget w, char *prompt, char *ok, char *cancel, char *failed, + char *init_path, char *mode, int (*show_entry)(), char **name_return)); /* * XBoard depends on Xt R4 or higher */