From 3f4455eef83ecdfe721094b273bf962f489bacdf Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 25 May 2003 22:58:38 +0000 Subject: [PATCH] Added missing timedisplay() prototype. --- src/uifc/uifc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uifc/uifc.c b/src/uifc/uifc.c index 7ca1049024..9b00be56b1 100644 --- a/src/uifc/uifc.c +++ b/src/uifc/uifc.c @@ -88,6 +88,7 @@ static int uinput(int imode, int left, int top, char *prompt, char *str static void umsg(char *str); static void upop(char *str); static void sethelp(int line, char* file); +static void timedisplay(void); #ifdef __FLAT__ int inkey(int mode) -- GitLab