mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 09:33:48 +00:00
rename nfc_disconnect() function to nfc_close().
This commit is contained in:
@@ -129,7 +129,7 @@ struct nfc_driver {
|
||||
const char *name;
|
||||
bool (*probe)(nfc_connstring connstrings[], size_t connstrings_len, size_t * pszDeviceFound);
|
||||
struct nfc_device *(*connect) (const nfc_connstring connstring);
|
||||
void (*disconnect) (struct nfc_device *pnd);
|
||||
void (*close) (struct nfc_device *pnd);
|
||||
const char *(*strerror) (const struct nfc_device *pnd);
|
||||
|
||||
int (*initiator_init) (struct nfc_device *pnd);
|
||||
|
||||
Reference in New Issue
Block a user