Fixed number of doxygen warnings
This commit is contained in:
parent
a4149765a2
commit
a17df5fb8b
13 changed files with 21 additions and 13 deletions
|
@ -611,7 +611,7 @@ failed:
|
|||
/**
|
||||
* scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
|
||||
* @scard: Pointer to private data from scard_init()
|
||||
* pin: PIN code as an ASCII string (e.g., "1234")
|
||||
* @pin: PIN code as an ASCII string (e.g., "1234")
|
||||
* Returns: 0 on success, -1 on failure
|
||||
*/
|
||||
int scard_set_pin(struct scard_data *scard, const char *pin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue