summaryrefslogtreecommitdiff
path: root/gtkutil.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-09-01 23:48:25 +0000
committerIan C <ianc@noddybox.co.uk>2006-09-01 23:48:25 +0000
commit37141ac197eaefeae9dada0bcc1c429ff584df44 (patch)
tree6bd93dbf3735d22e9dadb9d41ae1c68b980d0c0e /gtkutil.h
parent025fbd0c161c8f528e20f034d84ad986a4ebef36 (diff)
GEMMA largely working. Fixed broken expressions with white space.
Diffstat (limited to 'gtkutil.h')
-rw-r--r--gtkutil.h3
1 files changed, 2 insertions, 1 deletions
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
*/