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 3795481..30989e6 100644
--- a/include/gui.h
+++ b/include/gui.h
@@ -26,5 +26,6 @@ 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);
#endif /* DS81_GUI_H */