summaryrefslogtreecommitdiff
path: root/include/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui.h')
-rw-r--r--include/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui.h b/include/gui.h
index 392571b..7a1608c 100644
--- a/include/gui.h
+++ b/include/gui.h
@@ -31,6 +31,7 @@ int GUI_FileSelect(char pwd[], char selected_file[],
const char *filter);
int GUI_InputName(const char *prompt, const char *ext,
char name[], int maxlen);
+int GUI_Input(const char *prompt, char text[], int maxlen);
extern char last_dir[FILENAME_MAX];