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

Add prototype for uifcini32()

parent 0921c570
No related branches found
No related tags found
No related merge requests found
......@@ -375,6 +375,7 @@ int uifcini(uifcapi_t*); /* Original implementation based on conio */
int uifcinix(uifcapi_t*); /* Standard I/O implementation */
int uifcinic(uifcapi_t*); /* Unix curses implementation (by Deuce) */
int uifcinid(uifcapi_t*); /* Unix libdialog implementation (by Deuce) */
int uifcini32(uifcapi_t*); /* conio/curses implementation */
#ifdef __cplusplus
extern "C"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment