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

Export uifcinitx() as well (used by echocfg)

parent 0071098c
No related branches found
No related tags found
No related merge requests found
......@@ -448,7 +448,7 @@ UIFCEXPORTVAR char* uifcYesNoOpts[];
/* Returns 0 on success, non-zero on failure. */
/****************************************************************************/
int uifcini(uifcapi_t*); /* Original implementation based on conio */
int uifcinix(uifcapi_t*); /* Standard I/O implementation */
UIFCEXPORT int UIFCCALL uifcinix(uifcapi_t*); /* Standard I/O implementation */
UIFCEXPORT int UIFCCALL uifcini32(uifcapi_t*); /* modern implementation */
/****************************************************************************/
......
......@@ -66,7 +66,7 @@ static void sethelp(int line, char* file);
/* Initialization function, see uifc.h for details. */
/* Returns 0 on success. */
/****************************************************************************/
int uifcinix(uifcapi_t* uifcapi)
int UIFCCALL uifcinix(uifcapi_t* uifcapi)
{
if(uifcapi==NULL || uifcapi->size!=sizeof(uifcapi_t))
......
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