From 2df835d00591d085de589ddf4d40ea3edc8f3fac Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 9 Jan 2023 15:11:53 +0000 Subject: Added support for debug logging over a socket. --- include/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gui.h') 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]; -- cgit v1.2.3