Do not export nfc_parse_device_desc() in libnfc API.
This commit is contained in:
parent
4bc522cd1e
commit
c4bb23631b
5 changed files with 48 additions and 44 deletions
|
|
@ -53,7 +53,7 @@ int main(int argc, const char* argv[])
|
|||
size_t szFound;
|
||||
size_t i;
|
||||
nfc_target_info_t nti;
|
||||
nfc_device_desc_t *pnddDevices = nfc_parse_device_desc(argc, argv, &szFound);
|
||||
nfc_device_desc_t *pnddDevices = parse_device_desc(argc, argv, &szFound);
|
||||
const char* acLibnfcVersion;
|
||||
|
||||
if (argc > 1 && szFound == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue