fixed a few line to remove compile-time warnings
This commit is contained in:
@ -166,12 +166,21 @@ int qse_tio_fini (
|
||||
);
|
||||
|
||||
/**
|
||||
* The qse_tio_geterrnum() function return an error code.
|
||||
* The qse_tio_geterrnum() function returns the current error code.
|
||||
*/
|
||||
qse_tio_errnum_t qse_tio_geterrnum (
|
||||
qse_tio_t* tio
|
||||
);
|
||||
|
||||
/**
|
||||
* The qse_tio_geterrnum() function changes the current error code.
|
||||
* typically from within the I/O handler attached.
|
||||
*/
|
||||
void qse_tio_seterrnum (
|
||||
qse_tio_t* tio,
|
||||
qse_tio_errnum_t errnum
|
||||
);
|
||||
|
||||
/**
|
||||
* The qse_tio_getcmgr() function returns the character manager.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user