libftdi Archives

Subject: libftdi-1.0: discrepancies between header file and implementation ?

From: Emmanuel Blot <eblot.ml@xxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Sat, 19 Jun 2010 23:22:01 +0200
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 libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • libftdi-1.0: discrepancies between header file and implementation ?, Emmanuel Blot <=