libnfc/libnfc
Ludovic Rousseau 5c82158a5d Declare internal functions as static
Fixes compiler warnings:
pn53x.c:565: warning: no previous prototype for ‘pn53x_ReadRegister’
pn53x.c:591: warning: no previous prototype for ‘pn53x_WriteRegister’
pn53x.c:748: warning: no previous prototype for ‘pn53x_int_to_timeout’
pn53x.c:1003: warning: no previous prototype for ‘pn53x_initiator_select_passive_target_ext’
pn53x.c:1334: warning: no previous prototype for ‘__pn53x_init_timer’
pn53x.c:1355: warning: no previous prototype for ‘__pn53x_get_timer’
2012-05-13 12:29:39 +00:00
..
buses Fix a couple warnings. 2012-03-01 13:33:13 +00:00
chips Declare internal functions as static 2012-05-13 12:29:39 +00:00
drivers Declare internal functions as static 2012-05-13 12:23:42 +00:00
additional-pages.dox documentation: add utils and examples and hide internal files. 2012-01-31 14:28:45 +00:00
CMakeLists.txt Fix compilation using cmake 2011-10-04 21:43:05 +00:00
drivers.h Smart merge of acr122_usb branch: add acr122_usb driver without removing acr122_pcsc support. 2012-05-01 23:09:57 +00:00
iso7816.h Add licence and document a bit some files. 2011-03-30 09:39:08 +00:00
iso14443-subr.c add some Doxygen documentation. 2012-01-31 09:49:43 +00:00
log-printf.c debug messages are sent in stderr stream (Thanks to Spock) 2012-05-02 01:46:44 +00:00
log.h Fix a couple warnings. 2012-03-01 13:33:13 +00:00
Makefile.am Prepare libnfc 1.6.0-rc1 2012-03-01 11:37:16 +00:00
mirror-subr.c add some Doxygen documentation. 2012-01-31 09:49:43 +00:00
mirror-subr.h add some Doxygen documentation. 2012-01-31 09:49:43 +00:00
nfc-device.c add nfc_device_get_connstring() function and nfc-probe example to show devices connection strings 2012-01-18 13:17:01 +00:00
nfc-emulation.c add some Doxygen documentation. 2012-01-31 09:49:43 +00:00
nfc-internal.c Change byte_t type to uint8_t (Fixes Issue 147) 2011-11-24 10:54:42 +00:00
nfc-internal.h fix *get_supported_modulation and *get_supported_baud_rate protos in nfc_driver and public ones. 2012-03-01 13:52:51 +00:00
nfc.c Smart merge of acr122_usb branch: add acr122_usb driver without removing acr122_pcsc support. 2012-05-01 23:09:57 +00:00