From 37141ac197eaefeae9dada0bcc1c429ff584df44 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 1 Sep 2006 23:48:25 +0000 Subject: GEMMA largely working. Fixed broken expressions with white space. --- gtkutil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtkutil.h') diff --git a/gtkutil.h b/gtkutil.h index 46717d2..e1ea3fd 100644 --- a/gtkutil.h +++ b/gtkutil.h @@ -53,7 +53,8 @@ int DialogYesNo(const char *format, ...); MAX_PATH long. If the user selects a file, TRUE is returned and the filename copied to path. */ -int DialogFSelect(const char *title, char path[]); +int DialogFSelect(const char *title, const char *filter_name, + const char *filter, char path[]); /* Append text to a text view */ -- cgit v1.2.3