Skip to content
Snippets Groups Projects
Commit 7f67eb1b authored by deuce's avatar deuce
Browse files

Add confirm() prototype.

parent 718bb944
Branches
Tags
No related merge requests found
......@@ -9,5 +9,6 @@ extern uifcapi_t uifc; /* User Interface (UIFC) Library API */
int init_uifc(BOOL scrn, BOOL bottom);
void uifcbail(void);
void uifcmsg(char *msg, char *helpbuf);
int confirm(char *msg, char *helpbuf);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment