diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-09 15:11:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-09 15:11:53 +0000 |
commit | 2df835d00591d085de589ddf4d40ea3edc8f3fac (patch) | |
tree | 01bce387296a3590a26eb0856a51f12f9f207242 /include/gui.h | |
parent | 5b9ffe70b622cee65ed5678163bee0e22fc0433d (diff) |
Added support for debug logging over a socket.
Diffstat (limited to 'include/gui.h')
-rw-r--r-- | include/gui.h | 1 |
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]; |