summaryrefslogtreecommitdiff
path: root/include/gui.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-03-12 00:59:51 +0000
committerIan C <ianc@noddybox.co.uk>2007-03-12 00:59:51 +0000
commit7e2703a49de38100f9ee82042a744517fc7eb171 (patch)
treee76beb7f038e9ef51a30b5d10f5e4be7ffd73c46 /include/gui.h
parenteeef0966f0448d71e79ad43d53769afebd47b459 (diff)
Altered some interfaces for the monitor.
Diffstat (limited to 'include/gui.h')
-rw-r--r--include/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui.h b/include/gui.h
index 388c200..3795481 100644
--- a/include/gui.h
+++ b/include/gui.h
@@ -25,6 +25,6 @@
int GUI_Menu(const char *opts[]);
void GUI_Alert(int fatal, const char *text);
void GUI_Config(void);
-bool GUI_FileSelect(char pwd[], char selected_file[], const char *filter);
+int GUI_FileSelect(char pwd[], char selected_file[], const char *filter);
#endif /* DS81_GUI_H */