Fixed number of doxygen warnings

This commit is contained in:
Jouni Malinen 2009-01-02 22:28:04 +02:00
parent a4149765a2
commit a17df5fb8b
13 changed files with 21 additions and 13 deletions

View file

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