From 72eba140eb3a03c3f84a5906c13556730ea71be5 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Thu, 7 Jan 2010 18:57:39 +0100 Subject: [PATCH] Fix declaration of Ghostview file browser --- xboard.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 */ -- 1.7.0.4