arg names

This commit is contained in:
Philippe Teuwen 2019-04-06 22:15:57 +02:00
commit 24acbf86eb
3 changed files with 8 additions and 8 deletions

View file

@ -29,9 +29,9 @@
int CmdSmartcard(const char *Cmd);
int CmdSmartRaw(const char *cmd);
int CmdSmartUpgrade(const char *cmd);
int CmdSmartInfo(const char *cmd);
int CmdSmartRaw(const char *Cmd);
int CmdSmartUpgrade(const char *Cmd);
int CmdSmartInfo(const char *Cmd);
int CmdSmartReader(const char *Cmd);
bool smart_select(bool silent, smart_card_atr_t *atr);