Do not export nfc_parse_device_desc() in libnfc API.

This commit is contained in:
Romuald Conty 2010-07-22 16:13:02 +00:00
parent 4bc522cd1e
commit c4bb23631b
5 changed files with 48 additions and 44 deletions

View file

@ -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) {