sane_control_option ( SANE_Handle handle, SANE_Int option, enum SANE_Action action, void* value, SANE_Int* info )Return value has type 'enum SANE_Status'.
sane_get_devices ( struct SANE_Device const*** device_list )Return value has type 'enum SANE_Status'.
sane_get_parameters ( SANE_Handle handle, struct SANE_Parameters* params )Return value has type 'enum SANE_Status'.
sane_get_select_fd ( SANE_Handle handle, SANE_Int* fd )Return value has type 'enum SANE_Status'.
sane_init ( SANE_Int* version_code )Return value has type 'enum SANE_Status'.
sane_open ( char const* devicename, SANE_Handle* handle )Return value has type 'enum SANE_Status'.
sane_read ( SANE_Handle handle, SANE_Byte* data, SANE_Int max_length, SANE_Int* length )Return value has type 'enum SANE_Status'.
sane_set_io_mode ( SANE_Handle handle, SANE_Bool non_blocking )Return value has type 'enum SANE_Status'.
sane_start ( SANE_Handle handle )Return value has type 'enum SANE_Status'.
sane_strstatus ( enum SANE_Status status )1st parameter 'status' has type 'enum SANE_Status'.