sane-project-backends/sanei
Olaf Meeuwissen 04d5e4a0cf Move #include <pthread.h> to sanei_thread.h
The sanei header file may need pthread_t.  If it does, make sure it
is available.
2016-02-13 17:34:46 +09:00
..
.gitignore
Makefile.am Add sanei_ir.h from the directory it lives in 2015-09-19 13:39:37 -04:00
Makefile.in autoheader and automake 2015-10-02 21:53:14 -04:00
linux_sg3_err.h
os2_srb.h
sanei_DomainOS.c Drop execute permission 2015-11-27 21:28:09 +09:00
sanei_DomainOS.h Drop execute permission 2015-11-27 21:28:09 +09:00
sanei_ab306.c Remove dead code due to unused variables 2015-12-20 15:21:45 +09:00
sanei_access.c
sanei_auth.c
sanei_codec_ascii.c
sanei_codec_bin.c
sanei_config.c
sanei_config2.c
sanei_constrain_value.c
sanei_init_debug.c Mark internal function toupper_ascii as static 2015-12-20 15:10:30 +09:00
sanei_ir.c Replace obsolete interface with standard include files 2015-10-07 18:09:33 +09:00
sanei_jpeg.c
sanei_lm983x.c
sanei_magic.c Bugfix: On error, return the actual error code in sanei_magic_rotate 2015-12-20 14:43:57 +09:00
sanei_net.c
sanei_pa4s2.c Use consistently __func__ instead of __FUNCTION__ 2015-12-20 15:27:45 +09:00
sanei_pio.c Define IO_SUPPORT_MISSING when inb() and outb() aren't in <sys/io.h> 2015-09-19 13:39:37 -04:00
sanei_pp.c Define IO_SUPPORT_MISSING when inb() and outb() aren't in <sys/io.h> 2015-09-19 13:39:37 -04:00
sanei_pv8630.c
sanei_scsi.c Fix "discards 'const' qualifier from pointer target type" warnings 2015-11-11 22:41:58 +09:00
sanei_tcp.c Use consistently __func__ instead of __FUNCTION__ 2015-12-20 15:27:45 +09:00
sanei_thread.c Move #include <pthread.h> to sanei_thread.h 2016-02-13 17:34:46 +09:00
sanei_udp.c
sanei_usb.c sanei_usb: const_cast data buffer 2015-12-27 18:38:03 +09:00
sanei_wire.c