Revert unintentionally committed code.

merge-requests/1/head
Julien BLACHE 2008-03-15 15:35:04 +00:00
rodzic c394bbb726
commit dedf081f7e
1 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -241,20 +241,6 @@ extern SANE_Status sanei_usb_open (SANE_String_Const devname, SANE_Int * dn);
*/
extern void sanei_usb_close (SANE_Int dn);
/** Get the filename associated with a USB device.
*
* The full filename is stored into a malloc()ed string in devpath that
* the caller must free() after use.
*
* @param dn device number
* @param devpath string pointer
*
* @return
* - SANE_STATUS_GOOD - on success
* - SANE_STATUS_INVAL - on error
*/
extern SANE_Status sanei_usb_get_device_path (SANE_Int dn, SANE_String * devpath);
/** Set the libusb timeout for bulk and interrupt reads.
*
* @param timeout the new timeout in ms