From 9ebec735c488e2f7ac29933fb51b4e6e65c7b93f Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 5 Dec 2008 00:37:26 +0000 Subject: Initial working version of memory snapshots --- include/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/gui.h') diff --git a/include/gui.h b/include/gui.h index 30989e6..ea89932 100644 --- a/include/gui.h +++ b/include/gui.h @@ -26,6 +26,7 @@ int GUI_Menu(const char *opts[]); void GUI_Alert(int fatal, const char *text); void GUI_Config(void); int GUI_FileSelect(char pwd[], char selected_file[], const char *filter); -int GUI_InputName(char name[], int maxlen); +int GUI_InputName(const char *prompt, const char *ext, + char name[], int maxlen); #endif /* DS81_GUI_H */ -- cgit v1.2.3