It seems that the .h file and the .c files are not aligned anymore in
the GIT repository.
Is it on purpose ?

Only in header file (ftdi.h):
    int ftdi_write_data_async(struct ftdi_context *ftdi, unsigned char
*buf, int size);
    void ftdi_async_complete(struct ftdi_context *ftdi, int wait_for_more);

Only in implementation file (ftdi.c):
   struct ftdi_transfer_control *ftdi_write_data_submit(struct
ftdi_context *ftdi, unsigned char *buf, int size)

The python SWIG bindings also refer to the missing implementation functions BTW

Cheers,
Manu

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to