diff options
author | Jim Rees <rees@cvs.openbsd.org> | 2001-07-26 16:10:02 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 2001-07-26 16:10:02 +0000 |
commit | 5f69a456aa76400ba9df10b80426c7ccd5627b89 (patch) | |
tree | ddfad7d6c5fd7a33ec705754ab99a6151a000994 /usr.bin/sectok/sc.h | |
parent | e99e9155e1633be5c2e6ef445ff5b2f20d0e07c5 (diff) |
fid command now selects aids too
remove jselect
port numbers are now 0-based
print friendly aid names
Diffstat (limited to 'usr.bin/sectok/sc.h')
-rw-r--r-- | usr.bin/sectok/sc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/sectok/sc.h b/usr.bin/sectok/sc.h index 105ccb0fb1e..64032ef6bd8 100644 --- a/usr.bin/sectok/sc.h +++ b/usr.bin/sectok/sc.h @@ -1,4 +1,4 @@ -/* $Id: sc.h,v 1.6 2001/07/17 21:04:14 rees Exp $ */ +/* $Id: sc.h,v 1.7 2001/07/26 16:10:01 rees Exp $ */ /* * Smartcard commander. @@ -60,6 +60,4 @@ int jlogin(int ac, char *av[]); int jaut(int ac, char *av[]); int jload(int ac, char *av[]); int junload(int ac, char *av[]); -int jselect(int ac, char *av[]); -int jdeselect(int ac, char *av[]); int jsetpass(int ac, char *av[]); |