libnfc/include/nfc
Romain Tartiere 5302930b09 Avoid using a 'comma pasting' GNU extension (non-portable, reported my clang).
This is not a 'complete' fix since the DBG macro is still using it; but more globally, this file should not be part of the libnfc installed files.  We should rely on error codes and maybe some logging mechanism (e.g. syslog() on POSIX compliant systems and RegisterEventSource() / ReportEvent() on Windows).
2010-04-16 14:50:48 +00:00
..
CMakeLists.txt Rearrange source code. 2010-04-07 14:37:19 +00:00
Makefile.am Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-messages.h Avoid using a 'comma pasting' GNU extension (non-portable, reported my clang). 2010-04-16 14:50:48 +00:00
nfc-types.h Add two new types: nfc_target_type_t and nfc_target_t. 2010-04-09 16:16:17 +00:00
nfc.h New API function (experimental): nfc_initiator_poll_targets() which allow to use hardware polling function. Warning: ATM, it only support ISO14443a targets. 2010-04-09 16:20:47 +00:00