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

Fix bug in help system which prevented compile (prototype didn't match function)

parent 9ae236d9
Branches
Tags
No related merge requests found
......@@ -7,6 +7,6 @@ extern uifcapi_t uifc; /* User Interface (UIFC) Library API */
extern int uifc_initialized;
int init_uifc(void);
void uifcbail(void);
void uifcmsg(char *msg);
void uifcmsg(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