diff options
Diffstat (limited to 'include/gui.h')
-rw-r--r-- | include/gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gui.h b/include/gui.h index c5eeaed..77bfb60 100644 --- a/include/gui.h +++ b/include/gui.h @@ -21,6 +21,7 @@ #ifndef DS81_GUI_H #define DS81_GUI_H +void GUI_Init(void); int GUI_Menu(const char *opts[]); void GUI_Alert(int fatal, const char *text); void GUI_Config(void); @@ -30,4 +31,6 @@ 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]; + #endif /* DS81_GUI_H */ |